mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
dbus-protocol: Remove erroneous protocol object unref.
This commit is contained in:
parent
9eeb8eb272
commit
0fc055226c
1 changed files with 0 additions and 1 deletions
|
|
@ -639,7 +639,6 @@ int pa_dbus_protocol_add_interface(pa_dbus_protocol *p,
|
||||||
fail:
|
fail:
|
||||||
if (obj_entry_created) {
|
if (obj_entry_created) {
|
||||||
pa_hashmap_remove(p->objects, path);
|
pa_hashmap_remove(p->objects, path);
|
||||||
pa_dbus_protocol_unref(p);
|
|
||||||
pa_xfree(obj_entry);
|
pa_xfree(obj_entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue