]> git.0d.be Git - empathy.git/commitdiff
Unref the temp contact appropriately.
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 30 Jan 2009 17:35:21 +0000 (17:35 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 30 Jan 2009 17:35:21 +0000 (17:35 +0000)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2350

libempathy-gtk/empathy-contact-selector.c

index e4648f241087791b0bc717269d3827c7ee90da3b..d8d56c166ad72e73b01ceec6bd99cdec895daea7 100644 (file)
@@ -92,6 +92,7 @@ contact_selector_get_iter_for_blank_contact (GtkTreeStore *store,
           is_present = TRUE;
           break;
         }
           is_present = TRUE;
           break;
         }
+      g_object_unref (tmp_contact);
     }
 
   return is_present;
     }
 
   return is_present;