gtk+ r21574 - in branches/gtk-2-14: . gtk



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]