summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@src.gnome.org>2008-09-15 10:02:24 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-09-15 10:02:24 +0000
commit739e43bfb1aa06cc754c6906b77f236176aa7d56 (patch)
tree0f301332220ad7efa56b5c647db78a4239743d68 /client/gdaemonfile.c
parent7bb38156ee54d9dd979ee14adf3b73eae7b1b085 (diff)
downloadgvfs-739e43bfb1aa06cc754c6906b77f236176aa7d56.tar.gz
Fix the leak of a AsyncResult (#552295)
svn path=/trunk/; revision=1977
Diffstat (limited to 'client/gdaemonfile.c')
-rw-r--r--client/gdaemonfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/gdaemonfile.c b/client/gdaemonfile.c
index 6c3c524b..9e8eb637 100644
--- a/client/gdaemonfile.c
+++ b/client/gdaemonfile.c
@@ -2522,6 +2522,7 @@ out:
if (data->cancellable)
g_object_unref (data->cancellable);
g_object_unref (data->file);
+ g_object_unref (data->result);
g_free (data);
}