[Fwd: Gio filechooser backend crash]



Hi all.

This is a freeze break request to fix a crash in the file chooser
backend.

Cheers
Kjartan

--- Begin Message ---
I found at least one crash when testing the gio backend. Patch attached.
Index: gtkfilesystemgio.c
===================================================================
--- gtkfilesystemgio.c	(revision 5555)
+++ gtkfilesystemgio.c	(working copy)
@@ -787,7 +787,6 @@ get_icon_string (GIcon *icon)
 
       icon_file = g_file_icon_get_file (G_FILE_ICON (icon));
       name = g_file_get_path (icon_file);
-      g_object_unref (icon_file);
     }
 
   return name;

--- End Message ---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]