]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-manager.c
Use _unref instead of _free _destroy when possible.unref
[empathy.git] / libempathy / empathy-contact-manager.c
index 88012bf35f0abcd49ccf4cdfd9d29eb2a35e2fe1..31750dcfe00173a759d4d4fb97f6c8d76d6e4730 100644 (file)
@@ -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);
 }