summaryrefslogtreecommitdiff
path: root/client/gdaemonvfs.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-09-11 00:51:37 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-09-11 01:18:38 -0400
commit2dbfccc5e43583e152a156eeaf4210ffb1b959d8 (patch)
tree9e032429195233ca117c1cd8b151f22d174f4b0a /client/gdaemonvfs.c
parent8a41d58863c77eb125a86cd073b7859e67e3d31c (diff)
downloadgvfs-2dbfccc5e43583e152a156eeaf4210ffb1b959d8.tar.gz
Fix some memory leaks
https://bugzilla.gnome.org/show_bug.cgi?id=683770
Diffstat (limited to 'client/gdaemonvfs.c')
-rw-r--r--client/gdaemonvfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/gdaemonvfs.c b/client/gdaemonvfs.c
index f0923c3b..6ff64e5f 100644
--- a/client/gdaemonvfs.c
+++ b/client/gdaemonvfs.c
@@ -653,6 +653,7 @@ fill_mountable_info (GDaemonVfs *vfs)
g_printerr ("org.gtk.vfs.MountTracker.listMountableInfo call failed: %s (%s, %d)\n",
error->message, g_quark_to_string (error->domain), error->code);
g_error_free (error);
+ g_object_unref (proxy);
return;
}