core: clean up avahi-autiopd D-Bus proxy on exit

This commit is contained in:
Dan Williams 2010-08-31 15:47:16 -05:00
parent a33843ac3d
commit d9c2755cfc

View file

@ -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);