summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
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);