Remember to store the struct with module info.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@637 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-03-11 21:25:35 +00:00
parent 3ef4970142
commit da90b05785

View file

@ -272,6 +272,8 @@ int pa__init(pa_core *c, pa_module*m) {
goto fail;
#endif
m->userdata = u;
ret = 0;
finish: