Don't leak a GFile

svn path=/trunk/; revision=21468
This commit is contained in:
Matthias Clasen 2008-09-21 05:21:00 +00:00
parent c4e3880ce4
commit 50d7cf9db4
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-09-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
leak a GFile.
2008-09-19 Owen Taylor <otaylor@redhat.com>
Small cleanups to debug messages for GtkPlug/GtkSocket

View File

@ -2106,6 +2106,7 @@ filter_model_visible_func (GtkTreeModel *model,
{
if (!g_file_is_native (base_file))
retval = FALSE;
g_object_unref (base_file);
}
else
retval = FALSE;