context: improve cleanup

This commit is contained in:
Wim Taymans 2018-12-14 16:43:34 +01:00
parent 21c11e70fb
commit 41513f11f3
2 changed files with 49 additions and 5 deletions

View file

@ -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)