[telepathy-gabble/master] parse_result_item: don't leak the info hash table
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Aug 26 09:21:58 PDT 2009
---
src/search-channel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/search-channel.c b/src/search-channel.c
index cfce6ef..16ea26b 100644
--- a/src/search-channel.c
+++ b/src/search-channel.c
@@ -562,6 +562,7 @@ parse_result_item (GabbleSearchChannel *chan,
}
emit_search_result (chan, handles, info);
+ g_hash_table_destroy (info);
}
static void
--
1.5.6.5
More information about the telepathy-commits
mailing list