mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
fix module-gconf initialization
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1172 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
646deeaee6
commit
d7ee1bcf75
1 changed files with 1 additions and 0 deletions
|
|
@ -418,6 +418,7 @@ int pa__init(pa_core *c, pa_module*m) {
|
|||
u = pa_xnew(struct userdata, 1);
|
||||
u->core = c;
|
||||
u->module = m;
|
||||
m->userdata = u;
|
||||
u->module_infos = pa_hashmap_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func);
|
||||
u->pid = (pid_t) -1;
|
||||
u->fd = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue