gtk+ r21574 - in branches/gtk-2-14: . gtk
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21574 - in branches/gtk-2-14: . gtk
- Date: Thu, 2 Oct 2008 19:55:33 +0000 (UTC)
Author: chpe
Date: Thu Oct 2 19:55:33 2008
New Revision: 21574
URL: http://svn.gnome.org/viewvc/gtk+?rev=21574&view=rev
Log:
Bug 554691 â mem leak in filechooser
Modified:
branches/gtk-2-14/ChangeLog
branches/gtk-2-14/gtk/gtkfilesystemmodel.c
Modified: branches/gtk-2-14/gtk/gtkfilesystemmodel.c
==============================================================================
--- branches/gtk-2-14/gtk/gtkfilesystemmodel.c (original)
+++ branches/gtk-2-14/gtk/gtkfilesystemmodel.c Thu Oct 2 19:55:33 2008
@@ -1133,6 +1133,7 @@
return;
}
}
+ g_object_unref (parent_file);
if (g_slist_length (files) < 1)
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]