]> git.0d.be Git - empathy.git/commit
libempathy-gtk: Fix several memory leaks from libgee
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 18 Oct 2013 13:24:15 +0000 (14:24 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 22 Oct 2013 09:36:18 +0000 (10:36 +0100)
commit5d618c618444363615431646471df7670ed76cf1
tree8d776cd584cd3a8dde834e5d419b245c2deacea6
parent176724235b5de1370db15f2be7bc6a7f58f7a2b9
libempathy-gtk: Fix several memory leaks from libgee

libgee’s GeeIterator returns a new reference from most of its methods,
especially gee_iterable_iterator() and gee_iterator_get(). Add corresponding
g_object_unref() calls.

https://bugzilla.gnome.org/show_bug.cgi?id=710453
libempathy-gtk/empathy-individual-menu.c
libempathy-gtk/empathy-individual-widget.c
libempathy-gtk/empathy-roster-model-aggregator.c