]> git.0d.be Git - empathy.git/commit
contact-search-dialog: fix GtkSizeGroup leak
authorPavel Vasin <rat4vier@gmail.com>
Sun, 7 Oct 2012 09:36:23 +0000 (13:36 +0400)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 8 Oct 2012 07:55:59 +0000 (09:55 +0200)
commitb46b9e3ec8dd67359b1e1b2b20678f6c322d41b3
tree64f87987e6e798cc9d47f2d16ace2d2357311a24
parent59ea9e4abe4525b86615f404d4f493e9e4752a35
contact-search-dialog: fix GtkSizeGroup leak

GtkSizeGroup objects are referenced by each widget in the size group,
so once you have added all widgets to a GtkSizeGroup, you can drop the
initial reference to the size group with g_object_unref().

https://bugzilla.gnome.org/show_bug.cgi?id=685652
libempathy-gtk/empathy-contact-search-dialog.c