GNOME Bugzilla – Bug 641176
Fix crash in gtk_fixed_remove()
Last modified: 2011-02-01 19:09:33 UTC
"children = children->next" is called twice in the loop, which means we can go past the end.
Created attachment 179821 [details] [review] Fix crash in gtk_fixed_remove() b3f6f67c changed the loop from while() to for(), but the line to move to the next child was kept, so we could go past the end of the list.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.