Author: hawk Date: Tue Oct 7 09:07:09 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - upstream fix for 2.14.3, patch taken from gentoo
---- Files affected: SOURCES: gtk+2-fix-filesystem-double-free.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gtk+2-fix-filesystem-double-free.patch diff -u /dev/null SOURCES/gtk+2-fix-filesystem-double-free.patch:1.1 --- /dev/null Tue Oct 7 11:07:09 2008 +++ SOURCES/gtk+2-fix-filesystem-double-free.patch Tue Oct 7 11:07:03 2008 @@ -0,0 +1,19 @@ +From gtk-2-14 branch: + +2008-09-25 Michael Natterer + + gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize): + don't unref the file system backend, the newly added + unset_file_system_backend() already does this (bug #553135). + +--- branches/gtk-2-14/gtk/gtkfilechooserdefault.c 2008/09/25 11:22:34 21514 ++++ branches/gtk-2-14/gtk/gtkfilechooserdefault.c 2008/09/25 11:23:42 21515 +@@ -934,8 +934,6 @@ + + shortcuts_free (impl); + +- g_object_unref (impl->file_system); +- + g_free (impl->browse_files_last_selected_name); + + for (l = impl->filters; l; l = l->next) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
