diff options
| -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); } |
