[Telepathy-commits] [telepathy-salut/master] src/salut-tubes-manager.c: Fix a leak in salut_tubes_manager_foreach_channel_class()
Alban Crequy
alban.crequy at collabora.co.uk
Fri Feb 6 03:14:55 PST 2009
---
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 3280436..2900272 100644
--- a/src/salut-tubes-manager.c
+++ b/src/salut-tubes-manager.c
@@ -768,6 +768,8 @@ salut_tubes_manager_foreach_channel_class (
func (manager, table, stream_tube_channel_allowed_properties, user_data);
+ g_hash_table_destroy (table);
+
/* 1-1 Channel.Type.DBusTube */
table = g_hash_table_new_full (g_str_hash, g_str_equal, NULL,
(GDestroyNotify) tp_g_value_slice_free);
--
1.5.6.5
More information about the telepathy-commits
mailing list