gvfs r1976 - in branches/gnome-2-24: . client
- From: gicmo svn gnome org
- To: svn-commits-list gnome org
- Subject: gvfs r1976 - in branches/gnome-2-24: . client
- Date: Mon, 15 Sep 2008 10:01:30 +0000 (UTC)
Author: gicmo
Date: Mon Sep 15 10:01:30 2008
New Revision: 1976
URL: http://svn.gnome.org/viewvc/gvfs?rev=1976&view=rev
Log:
Fix the leak of a AsyncResult (#552295)
Modified:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/client/gdaemonfile.c
Modified: branches/gnome-2-24/client/gdaemonfile.c
==============================================================================
--- branches/gnome-2-24/client/gdaemonfile.c (original)
+++ branches/gnome-2-24/client/gdaemonfile.c Mon Sep 15 10:01:30 2008
@@ -2522,6 +2522,7 @@
if (data->cancellable)
g_object_unref (data->cancellable);
g_object_unref (data->file);
+ g_object_unref (data->result);
g_free (data);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]