aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-contact-manager.c')
-rw-r--r--libempathy/empathy-contact-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact-manager.c b/libempathy/empathy-contact-manager.c
index 88012bf35..31750dcfe 100644
--- a/libempathy/empathy-contact-manager.c
+++ b/libempathy/empathy-contact-manager.c
@@ -198,7 +198,7 @@ contact_manager_finalize (GObject *object)
g_hash_table_foreach (priv->lists,
contact_manager_disconnect_foreach,
object);
- g_hash_table_destroy (priv->lists);
+ g_hash_table_unref (priv->lists);
g_object_unref (priv->account_manager);
}