summaryrefslogtreecommitdiff
path: root/tests/dbus/contact-lists.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/contact-lists.c')
-rw-r--r--tests/dbus/contact-lists.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dbus/contact-lists.c b/tests/dbus/contact-lists.c
index 2a9753072..8b35a8775 100644
--- a/tests/dbus/contact-lists.c
+++ b/tests/dbus/contact-lists.c
@@ -451,10 +451,10 @@ teardown (Test *test,
gboolean ok;
GError *error = NULL;
- g_array_free (test->arr, TRUE);
+ g_array_unref (test->arr);
test_clear_log (test);
- g_ptr_array_free (test->log, TRUE);
+ g_ptr_array_unref (test->log);
tp_handle_unref (test->contact_repo, test->sjoerd);
tp_handle_unref (test->contact_repo, test->helen);