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