GNOME Bugzilla – Bug 502936
allocator mismatch
Last modified: 2007-12-12 07:40:41 UTC
In gailutil.c:_listener_info_destroy, free() is used. However, in add_listener, g_malloc is used to allocate this memory. I haven't checked yet if the same problem occurs elsewhere in gail too.
Created attachment 100806 [details] [review] patch