[Telepathy-commits] [telepathy-salut/master] tube-stream: free the object_path when finalizing
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Mar 11 09:15:27 PDT 2009
---
src/tube-stream.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/tube-stream.c b/src/tube-stream.c
index 91c63c7..aba90ff 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -975,6 +975,7 @@ salut_tube_stream_finalize (GObject *object)
SalutTubeStream *self = SALUT_TUBE_STREAM (object);
SalutTubeStreamPrivate *priv = SALUT_TUBE_STREAM_GET_PRIVATE (self);
+ g_free (priv->object_path);
g_free (priv->service);
if (priv->parameters != NULL)
{
--
1.5.6.5
More information about the telepathy-commits
mailing list