diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-05-08 11:41:34 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-05-08 11:41:34 +0100 |
commit | 6f64f59c7cb73b4a32fc7d0f06f121292f112517 (patch) | |
tree | 1f5f719d89aad0d3fbdd91c1c3b912366b7f5777 | |
parent | f9c72a2ee021436c10f716d877cc1630f1e23dfa (diff) |
simple-account: be sure to free the connection path
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | 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 f424309e2..6279d7559 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); } |