summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog6
-rw-r--r--client/gdaemonfile.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dcd7c621..722e3a74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2008-03-16 Wouter Bolsterlee <wbolster@svn.gnome.org>
* programs/gvfs-rename.c (main): Fix wording of error
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)