[Telepathy-commits] [telepathy-mission-control/master] Unref the GHashTable, rather than destroy.

Alberto Mardegan alberto.mardegan at nokia.com
Mon Jan 26 04:57:01 PST 2009


---
 src/mcd-master.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mcd-master.c b/src/mcd-master.c
index ffcd55a..82ea7c9 100644
--- a/src/mcd-master.c
+++ b/src/mcd-master.c
@@ -169,7 +169,7 @@ check_account_transport (gpointer key, gpointer value, gpointer userdata)
         _mcd_account_request_connection (account);
 	set_account_transport (account, td->transport);
     }
-    g_hash_table_destroy (conditions);
+    g_hash_table_unref (conditions);
 }
 
 static void
-- 
1.5.6.5




More information about the Telepathy-commits mailing list