[telepathy-gabble/master] Don't free strings not owned by us
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Fri Jan 8 07:03:24 PST 2010
---
src/muc-factory.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/muc-factory.c b/src/muc-factory.c
index 4e69682..383d702 100644
--- a/src/muc-factory.c
+++ b/src/muc-factory.c
@@ -1409,7 +1409,7 @@ out:
g_hash_table_destroy (final_channels);
g_array_free (final_handles, TRUE);
- g_strfreev (final_ids);
+ g_free (final_ids);
tp_handle_set_destroy (handles);
tp_intset_destroy (continue_handles);
--
1.5.6.5
More information about the telepathy-commits
mailing list