From 27fbfc27f8fefc13332f0c4bcd8e0f82e643fae6 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 30 Jan 2009 17:35:21 +0000 Subject: Unref the temp contact appropriately. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2350 --- libempathy-gtk/empathy-contact-selector.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-contact-selector.c b/libempathy-gtk/empathy-contact-selector.c index e4648f241..d8d56c166 100644 --- a/libempathy-gtk/empathy-contact-selector.c +++ b/libempathy-gtk/empathy-contact-selector.c @@ -92,6 +92,7 @@ contact_selector_get_iter_for_blank_contact (GtkTreeStore *store, is_present = TRUE; break; } + g_object_unref (tmp_contact); } return is_present; -- cgit v1.2.3