mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Merge branch 'master' of git://0pointer.de/pulseaudio
This commit is contained in:
commit
1b2cbe92db
1 changed files with 2 additions and 0 deletions
|
|
@ -446,7 +446,9 @@ void pa_dbusiface_client_free(pa_dbusiface_client *c) {
|
|||
|
||||
pa_assert_se(pa_dbus_protocol_remove_interface(c->dbus_protocol, c->path, client_interface_info.name) >= 0);
|
||||
|
||||
pa_proplist_free(c->proplist);
|
||||
pa_dbus_protocol_unref(c->dbus_protocol);
|
||||
pa_subscription_free(c->subscription);
|
||||
|
||||
pa_xfree(c->path);
|
||||
pa_xfree(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue