summaryrefslogtreecommitdiff
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-08 10:41:34 (GMT)
committer Jonny Lamb <jonny.lamb@collabora.co.uk>2012-05-08 10:41:34 (GMT)
commit6f64f59c7cb73b4a32fc7d0f06f121292f112517 (patch) (side-by-side diff)
tree1f5f719d89aad0d3fbdd91c1c3b912366b7f5777
parentf9c72a2ee021436c10f716d877cc1630f1e23dfa (diff)
downloadtelepathy-glib-6f64f59c7.zip
telepathy-glib-6f64f59c7.tar.gz
simple-account: be sure to free the connection path
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--tests/lib/simple-account.c1
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);
}