mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
proper ref counting for more objects
some documentation update git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@124 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
22cb23eedb
commit
c17545108b
24 changed files with 251 additions and 143 deletions
|
|
@ -145,7 +145,7 @@ int pa_module_init(struct pa_core *c, struct pa_module*m) {
|
|||
goto finish;
|
||||
|
||||
if (!(m->userdata = protocol_new(c, s, m, ma))) {
|
||||
pa_socket_server_free(s);
|
||||
pa_socket_server_unref(s);
|
||||
goto finish;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue