GNOME Bugzilla – Bug 428056
leaks memory from text properties
Last modified: 2007-04-10 11:37:24 UTC
text_property_to_utf8() needs to free the return string array, even if count is 0.
Created attachment 86082 [details] [review] property-leak.patch
You know what gdk_text_property_to_utf8_list does better than anyone else...
2007-04-10 Matthias Clasen <mclasen@redhat.com> * libwnck/xutils.c (text_property_to_utf8): Always free the list of strings returned by gdk_text_property_to_utf8_list. (#428056)