[Telepathy] Small memleak on group-mixin
Andre Magalhaes
andrunko at gmail.com
Mon Jun 26 13:36:06 PDT 2006
The attached patch fixes a small memleak on gabble GroupMixin finalize function.
BR
Andrunko
-------------- next part --------------
diff -rN -u old-telepathy-gabble/src/group-mixin.c new-telepathy-gabble/src/group-mixin.c
--- old-telepathy-gabble/src/group-mixin.c 2006-06-26 17:34:15.000000000 -0300
+++ new-telepathy-gabble/src/group-mixin.c 2006-06-26 17:34:15.000000000 -0300
@@ -149,6 +149,8 @@
mixin);
g_hash_table_destroy (mixin->priv->handle_owners);
+
+ g_free (mixin->priv);
handle_set_destroy (mixin->members);
handle_set_destroy (mixin->local_pending);
More information about the Telepathy
mailing list