GNOME Bugzilla – Bug 685652
memory leak fixes
Last modified: 2012-10-08 07:56:49 UTC
see patches
Created attachment 225979 [details] [review] individual-menu: fix another GeeIterator leak
Created attachment 225980 [details] [review] contact-search-dialog: fix GtkSizeGroup leak
Created attachment 225981 [details] [review] empathy_theme_manager_dup_theme_name_from_path(): fix mem leaks
Created attachment 225982 [details] [review] theme-manager: fix GList leak
Created attachment 225983 [details] [review] empathy-spell: fix string leak
Review of attachment 225979 [details] [review]: ::: libempathy-gtk/empathy-individual-menu.c @@ +483,3 @@ } + + g_object_unref (iter); Indentation is wrong but I'll fix, thx!
Review of attachment 225980 [details] [review]: Nice catch!
Review of attachment 225981 [details] [review]: ++
Review of attachment 225982 [details] [review]: ++
Review of attachment 225983 [details] [review]: ++
Thanks a lot for all these fixed. They will be in the next 3.6 release. Attachment 225979 [details] pushed as 59ea9e4 - individual-menu: fix another GeeIterator leak Attachment 225980 [details] pushed as b46b9e3 - contact-search-dialog: fix GtkSizeGroup leak Attachment 225981 [details] pushed as 3ca6b8a - empathy_theme_manager_dup_theme_name_from_path(): fix mem leaks Attachment 225982 [details] pushed as f36171e - theme-manager: fix GList leak Attachment 225983 [details] pushed as 9ad6ad6 - empathy-spell: fix string leak