mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
zeroconf-publish: unref D-Bus connection
pa_dbus_bus_get() increments the bus connection refcount, but unreffing the connection was never done.
This commit is contained in:
parent
de2f560137
commit
c73bbee878
1 changed files with 3 additions and 0 deletions
|
|
@ -722,6 +722,9 @@ out:
|
|||
if (msg)
|
||||
dbus_message_unref(msg);
|
||||
|
||||
if (bus)
|
||||
pa_dbus_connection_unref(bus);
|
||||
|
||||
return icon_name;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue