aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-individual-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-individual-manager.c')
-rw-r--r--libempathy/empathy-individual-manager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c
index d19da2423..b223f7fe3 100644
--- a/libempathy/empathy-individual-manager.c
+++ b/libempathy/empathy-individual-manager.c
@@ -528,6 +528,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);
}
}