[Telepathy-commits] [telepathy-mission-control/master] Use g_hash_table_unref, not _destroy

Alberto Mardegan alberto.mardegan at nokia.com
Mon Nov 17 00:05:24 PST 2008


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

diff --git a/src/mcd-channel.c b/src/mcd-channel.c
index b1c2ede..8e2cdde 100644
--- a/src/mcd-channel.c
+++ b/src/mcd-channel.c
@@ -1097,7 +1097,7 @@ _mcd_channel_set_immutable_properties (McdChannel *channel,
                                        GHashTable *properties)
 {
     g_object_set_data_full ((GObject *)channel, CD_IMMUTABLE_PROPERTIES,
-                            properties, (GDestroyNotify)g_hash_table_destroy);
+                            properties, (GDestroyNotify)g_hash_table_unref);
 }
 
 /*
-- 
1.5.6.5




More information about the Telepathy-commits mailing list