Unref the proxy a bit earlier in vain hope of fixing segfaults on shutdown
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4195 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -507,10 +507,10 @@ nm_utils_call_dispatcher (const char *action,
|
|||||||
DBUS_TYPE_G_MAP_OF_VARIANT, device_props,
|
DBUS_TYPE_G_MAP_OF_VARIANT, device_props,
|
||||||
G_TYPE_INVALID);
|
G_TYPE_INVALID);
|
||||||
|
|
||||||
|
g_object_unref (proxy);
|
||||||
g_hash_table_destroy (connection_hash);
|
g_hash_table_destroy (connection_hash);
|
||||||
g_hash_table_destroy (connection_props);
|
g_hash_table_destroy (connection_props);
|
||||||
g_hash_table_destroy (device_props);
|
g_hash_table_destroy (device_props);
|
||||||
g_object_unref (proxy);
|
|
||||||
g_object_unref (dbus_mgr);
|
g_object_unref (dbus_mgr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user