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:
Dan Williams 2008-10-20 11:49:53 +00:00
parent 01a283d039
commit 831a6fae57

View file

@ -507,10 +507,10 @@ nm_utils_call_dispatcher (const char *action,
DBUS_TYPE_G_MAP_OF_VARIANT, device_props,
G_TYPE_INVALID);
g_object_unref (proxy);
g_hash_table_destroy (connection_hash);
g_hash_table_destroy (connection_props);
g_hash_table_destroy (device_props);
g_object_unref (proxy);
g_object_unref (dbus_mgr);
}