summaryrefslogtreecommitdiff
path: root/src/search-channel.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-07-30 15:23:54 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-19 10:29:47 +0100
commit859fa5d10c08c27844be7ca2ca1079ef57d3d327 (patch)
tree80c7c741c9df06ae73b2479af03308475c0efd22 /src/search-channel.c
parentc6164678c5b47176c5b81fd0c9ecdcfb881139ca (diff)
downloadtelepathy-gabble-859fa5d10c08c27844be7ca2ca1079ef57d3d327.tar.gz
parse_result_item: don't leak the info hash table
Diffstat (limited to 'src/search-channel.c')
-rw-r--r--src/search-channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search-channel.c b/src/search-channel.c
index cfce6efc7..16ea26b04 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