[telepathy-mission-control/master] McdDispatchOperation: don't leak the handler that claimed the channels, if any
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue May 26 09:55:17 PDT 2009
---
src/mcd-dispatch-operation.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mcd-dispatch-operation.c b/src/mcd-dispatch-operation.c
index 3d95e1f..b5fb302 100644
--- a/src/mcd-dispatch-operation.c
+++ b/src/mcd-dispatch-operation.c
@@ -414,6 +414,7 @@ mcd_dispatch_operation_finalize (GObject *object)
g_free (priv->handler);
g_free (priv->object_path);
+ g_free (priv->claimer);
G_OBJECT_CLASS (mcd_dispatch_operation_parent_class)->finalize (object);
}
--
1.5.6.5
More information about the telepathy-commits
mailing list