summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2008-03-16 14:31:36 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-03-16 14:31:36 +0000
commit42055f3b37e04f82873d7f244a03e623b2ce48b4 (patch)
treed296e774b8f7de0a51503dadc87ec663af999451 /client/gdaemonfile.c
parent74afd1300d5421611259a683569cf65bb5a3a35a (diff)
downloadgvfs-42055f3b37e04f82873d7f244a03e623b2ce48b4.tar.gz
Don't free up the error that we don't own (#522566). Thanks Cosimo Cecchi
2008-03-16 Christian Kellner <gicmo@gnome.org> * client/gdaemonfile.c: Don't free up the error that we don't own (#522566). Thanks Cosimo Cecchi for helping to debug the issue. svn path=/trunk/; revision=1662
Diffstat (limited to 'client/gdaemonfile.c')
-rw-r--r--client/gdaemonfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/gdaemonfile.c b/client/gdaemonfile.c
index ab321c0c..b1284c7b 100644
--- a/client/gdaemonfile.c
+++ b/client/gdaemonfile.c
@@ -2408,8 +2408,6 @@ find_enclosing_mount_cb (GMountInfo *mount_info,
out:
g_simple_async_result_complete (data->result);
- if (error)
- g_error_free (error);
if (my_error)
g_error_free (my_error);
if (mount_info)