diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-selector.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |