]> Pileus Git - ~andy/gtk/commit
GtkIconView: fix a memory corruption in the drag-n-drop code
authorClaudio Saavedra <csaavedra@igalia.com>
Thu, 1 Dec 2011 21:47:36 +0000 (22:47 +0100)
committerClaudio Saavedra <csaavedra@igalia.com>
Thu, 1 Dec 2011 21:56:43 +0000 (22:56 +0100)
commitf9c24e8f0379c7bbeda1793742f7ef752472412c
tree32de64015f297a6ca09a51d90dd4eed497c43e60
parent58b1f24d6d8dab4b844cd8cba3d5888f1deb0510
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().

https://bugzilla.gnome.org/show_bug.cgi?id=665338
gtk/gtkiconview.c