From 1a2bbd7b2824e683c772b4784b98dcd531e91089 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Thu, 10 Feb 2011 15:56:02 +1100 Subject: Don't leak EmpathyContact --- libempathy/empathy-individual-manager.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy') diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index a2432effe..01eb51951 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -552,6 +552,8 @@ empathy_individual_manager_set_blocked (EmpathyIndividualManager *self, empathy_contact_list_set_blocked ( EMPATHY_CONTACT_LIST (priv->contact_manager), contact, blocked); + + g_object_unref (contact); } } -- cgit v1.2.3