mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 13:10:29 +01:00
core: clean up avahi-autiopd D-Bus proxy on exit
This commit is contained in:
parent
a33843ac3d
commit
d9c2755cfc
1 changed files with 3 additions and 0 deletions
|
|
@ -4314,6 +4314,9 @@ dispose (GObject *object)
|
|||
if (priv->bluez_mgr)
|
||||
g_object_unref (priv->bluez_mgr);
|
||||
|
||||
if (priv->aipd_proxy)
|
||||
g_object_unref (priv->aipd_proxy);
|
||||
|
||||
if (priv->upower_proxy)
|
||||
g_object_unref (priv->upower_proxy);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue