core: convert the DBus manager to a single-ref object

It's created very, very early and never needs to be unrefed
by anything except the main() function.
This commit is contained in:
Dan Williams
2013-04-10 11:37:05 -05:00
committed by Dan Winship
parent e3bd3278e9
commit 04cb58eacd
29 changed files with 38 additions and 118 deletions

View File

@@ -687,7 +687,6 @@ dispose (GObject *object)
g_signal_handler_disconnect (priv->dbus_mgr, priv->dis_conn_id);
priv->dis_conn_id = 0;
}
g_object_unref (priv->dbus_mgr);
priv->dbus_mgr = NULL;
if (priv->proxies) {