[Telepathy-commits] [telepathy-salut/master] iq_tube_request_cb: destroy the parameters hash table
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Dec 17 09:58:49 PST 2008
---
src/salut-tubes-manager.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/salut-tubes-manager.c b/src/salut-tubes-manager.c
index ce08c99..b457ce3 100644
--- a/src/salut-tubes-manager.c
+++ b/src/salut-tubes-manager.c
@@ -355,6 +355,8 @@ iq_tube_request_cb (SalutXmppConnectionManager *xcm,
salut_tubes_channel_message_received (chan, service, tube_type,
initiator_handle, parameters, tube_id, portnum, stanza);
+
+ g_hash_table_destroy (parameters);
}
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list