GNOME Bugzilla – Bug 665338
double free in GtkIconView drag 'n drop
Last modified: 2011-12-01 22:25:56 UTC
1. gtk3-demo 2. Go to Editing and Drag-n-Drop IconView demo. 3. Drag one of the cells down and boom! (gdb) back
+ Trace 229196
Created attachment 202559 [details] [review] GtkIconView: fix a memory corruption in the drag-n-drop code You shall free with g_slice_free() what you allocate with g_slice_new().