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:

committed by
Dan Winship

parent
e3bd3278e9
commit
04cb58eacd
@@ -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) {
|
||||
|
Reference in New Issue
Block a user