]> 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:40:50 +0000 (10:40 +0100)
commitc754b1deab91b48e6b203dd2c6f1293a124c66af
tree438c0e438590e46e10c52ce417df49ae9dc94c7d
parent4882b051fe63abaa6dc4926442a161f3190df0e6
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