[telepathy-gabble/master] gabble_search_channel_finalize: free available_search_keys
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Aug 26 09:22:10 PDT 2009
---
src/search-channel.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/search-channel.c b/src/search-channel.c
index 789d835..329a67a 100644
--- a/src/search-channel.c
+++ b/src/search-channel.c
@@ -1136,6 +1136,8 @@ gabble_search_channel_finalize (GObject *obj)
tp_handle_set_destroy (priv->result_handles);
g_hash_table_destroy (chan->priv->tp_to_xmpp);
+ g_free (chan->priv->available_search_keys);
+
for (i = 0; i < priv->boolean_keys->len; i++)
{
g_free (g_ptr_array_index (priv->boolean_keys, i));
--
1.5.6.5
More information about the telepathy-commits
mailing list