Bug 554691 – mem leak in filechooser

svn path=/trunk/; revision=21568
This commit is contained in:
Christian Persch 2008-10-02 19:47:40 +00:00
parent ab7aa3e113
commit 87d51e0ab4
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-10-02 Christian Persch
Bug 554691 mem leak in filechooser
* gtk/gtkfilesystemmodel.c: Plug a mem leak.
2008-10-02 Christian Persch
Bug 554690 mem leak in filechooser

View File

@ -1133,6 +1133,7 @@ _gtk_file_system_model_path_do (GtkFileSystemModel *model,
return;
}
}
g_object_unref (parent_file);
if (g_slist_length (files) < 1)
return;