summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2016-02-18 09:44:35 +0100
committerOndrej Holy <oholy@redhat.com>2016-03-07 14:08:31 +0100
commit70092d7455bb35d560d03aa015d4fef52d441d48 (patch)
tree61aaec539d49b542d9202b69be96b7c95707a683
parentac1e9cee16f50fb7dab67a8fbac5e64bf8387e1e (diff)
downloadgvfs-70092d7455bb35d560d03aa015d4fef52d441d48.tar.gz
fuse: Do not unref result of g_vfs_get_default
Result from g_vfs_get_default shouldn't be freed as per documentation. https://bugzilla.gnome.org/show_bug.cgi?id=762250
-rw-r--r--client/gvfsfusedaemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index d528f8f3..f67c7c05 100644
--- a/client/gvfsfusedaemon.c
+++ b/client/gvfsfusedaemon.c
@@ -2482,7 +2482,6 @@ vfs_destroy (gpointer param)
mount_list_free ();
if (subthread_main_loop != NULL)
g_main_loop_quit (subthread_main_loop);
- g_object_unref (gvfs);
}
static struct fuse_operations vfs_oper =