gtk+ r21469 - in branches/gtk-2-14: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21469 - in branches/gtk-2-14: . gtk
- Date: Sun, 21 Sep 2008 05:22:22 +0000 (UTC)
Author: matthiasc
Date: Sun Sep 21 05:22:21 2008
New Revision: 21469
URL: http://svn.gnome.org/viewvc/gtk+?rev=21469&view=rev
Log:
Don't leak a GFile
Modified:
branches/gtk-2-14/ChangeLog
branches/gtk-2-14/gtk/gtkfilechooserbutton.c
Modified: branches/gtk-2-14/gtk/gtkfilechooserbutton.c
==============================================================================
--- branches/gtk-2-14/gtk/gtkfilechooserbutton.c (original)
+++ branches/gtk-2-14/gtk/gtkfilechooserbutton.c Sun Sep 21 05:22:21 2008
@@ -2106,6 +2106,7 @@
{
if (!g_file_is_native (base_file))
retval = FALSE;
+ g_object_unref (base_file);
}
else
retval = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]