summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-13 17:48:56 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-14 18:57:11 +0000
commitcfa1d5db58dd3e045d40428956703a1c78d4f905 (patch)
tree52fa9f593204b4a8088a0123d74038ff627ce82b
parent556a2156739c6cdb53e4077ae9519cf67b6d943b (diff)
downloadtelepathy-glib-cfa1d5db58dd3e045d40428956703a1c78d4f905.tar.gz
account-request test: don't leak account manager
-rw-r--r--tests/dbus/account-request.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dbus/account-request.c b/tests/dbus/account-request.c
index 2d9167c1e..23aee7529 100644
--- a/tests/dbus/account-request.c
+++ b/tests/dbus/account-request.c
@@ -69,6 +69,7 @@ teardown (Test *test,
gconstpointer data G_GNUC_UNUSED)
{
g_clear_object (&test->account);
+ g_clear_object (&test->account_manager);
tp_dbus_daemon_release_name (test->dbus, TP_ACCOUNT_MANAGER_BUS_NAME,
&test->error);