telepathy-glib: simple-account: be sure to free the connection path
Jonny Lamb
jonny at kemper.freedesktop.org
Thu May 10 07:41:21 PDT 2012
Module: telepathy-glib
Branch: master
Commit: 6f64f59c7cb73b4a32fc7d0f06f121292f112517
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=6f64f59c7cb73b4a32fc7d0f06f121292f112517
Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date: Tue May 8 11:41:34 2012 +0100
simple-account: be sure to free the connection path
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
tests/lib/simple-account.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/lib/simple-account.c b/tests/lib/simple-account.c
index f424309..6279d75 100644
--- a/tests/lib/simple-account.c
+++ b/tests/lib/simple-account.c
@@ -272,6 +272,7 @@ tp_tests_simple_account_finalize (GObject *object)
g_free (self->priv->presence_status);
g_free (self->priv->presence_msg);
+ g_free (self->priv->connection_path);
G_OBJECT_CLASS (tp_tests_simple_account_parent_class)->finalize (object);
}
More information about the telepathy-commits
mailing list