diff options
Diffstat (limited to 'tests/empathy-tls-test.c')
-rw-r--r-- | tests/empathy-tls-test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/empathy-tls-test.c b/tests/empathy-tls-test.c index 1149166c9..31cadfbf6 100644 --- a/tests/empathy-tls-test.c +++ b/tests/empathy-tls-test.c @@ -325,6 +325,9 @@ teardown (Test *test, gconstpointer data) g_main_loop_unref (test->loop); test->loop = NULL; + + g_object_unref (test->dbus); + test->dbus = NULL; } static void |