In gtk/compose.c and gtk/gtk-im-uim.c memory allocated through GLib is passed to free() and realloc(). This is incorrect as g_realloc() and g_free() must be used instead. Often g_realloc() and g_free() are mapped to free() and realloc() which hides this bug. Otherwise it causes crashes or memory corruption.
Created attachment 10488 [details] [review] Fix for the described bug
Thanks for pointing out g_free() things. I'll fix later.
Fixed in svn trunk at uim.googlecode.com.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.