mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
dbusiface-device: Free the copied proplist.
This commit is contained in:
parent
a72bba18ea
commit
f0db081223
1 changed files with 1 additions and 0 deletions
|
|
@ -1274,6 +1274,7 @@ void pa_dbusiface_device_free(pa_dbusiface_device *d) {
|
||||||
pa_source_unref(d->source);
|
pa_source_unref(d->source);
|
||||||
}
|
}
|
||||||
pa_hashmap_free(d->ports, port_free_cb, NULL);
|
pa_hashmap_free(d->ports, port_free_cb, NULL);
|
||||||
|
pa_proplist_free(d->proplist);
|
||||||
pa_dbus_protocol_unref(d->dbus_protocol);
|
pa_dbus_protocol_unref(d->dbus_protocol);
|
||||||
pa_subscription_free(d->subscription);
|
pa_subscription_free(d->subscription);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue