From 00da7eadfe0ed7c4d080cc1ee076302c37ec0f7b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 13 Dec 2010 20:25:38 +0000 Subject: tests: Fix memory leak of dbus connection https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3 --- tests/empathy-tls-test.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3