summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorSebastian Dröge <sdroege@src.gnome.org>2007-09-25 09:05:31 +0000
committerSebastian Dröge <sdroege@src.gnome.org>2007-09-25 09:05:31 +0000
commitbdc2cae5a5026eac1e885b1576c17e4e8b21a4c5 (patch)
treea023ce88720ef5c60318a647cdf84fd3bb8c3f28 /client
parentc4d3fffbf56dabbdcf629ea3b3c780cbb78c61ce (diff)
downloadgvfs-bdc2cae5a5026eac1e885b1576c17e4e8b21a4c5.tar.gz
Don't unref wrapped_vfs as it's just a pointer to the single instance
* client/gdaemonvfs.c: (g_daemon_vfs_finalize): Don't unref wrapped_vfs as it's just a pointer to the single instance return value of g_vfs_get_local(). svn path=/trunk/; revision=958
Diffstat (limited to 'client')
-rw-r--r--client/gdaemonvfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/gdaemonvfs.c b/client/gdaemonvfs.c
index 6b09be44..395fc330 100644
--- a/client/gdaemonvfs.c
+++ b/client/gdaemonvfs.c
@@ -84,8 +84,6 @@ g_daemon_vfs_finalize (GObject *object)
g_hash_table_destroy (vfs->from_uri_hash);
g_hash_table_destroy (vfs->to_uri_hash);
- g_object_unref (vfs->wrapped_vfs);
-
if (vfs->bus)
dbus_connection_unref (vfs->bus);