mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
context: improve cleanup
This commit is contained in:
parent
21c11e70fb
commit
41513f11f3
2 changed files with 49 additions and 5 deletions
|
|
@ -459,6 +459,8 @@ static void context_free(pa_context *c)
|
|||
|
||||
if (c->proplist)
|
||||
pa_proplist_free(c->proplist);
|
||||
|
||||
pw_remote_destroy(c->remote);
|
||||
}
|
||||
|
||||
void pa_context_unref(pa_context *c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue