mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-13 13:29:58 -05:00
add proper refcounting to pa_asyncmsgq objects, to allow destruction from the dispatched callbacks
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1635 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f7b707b954
commit
c1c59b4675
4 changed files with 44 additions and 19 deletions
|
|
@ -104,7 +104,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
pa_thread_free(t);
|
||||
|
||||
pa_asyncmsgq_free(q);
|
||||
pa_asyncmsgq_unref(q);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue