From 4491d8bc77332748414de0807b2e4e2fb4882cab Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 14 Oct 2011 14:10:28 +0100 Subject: test-channel-introspect: plug a leak fea8294 introduced this pretty obvious leak. --- tests/dbus/channel-introspect.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/dbus/channel-introspect.c b/tests/dbus/channel-introspect.c index 5ec471daf..0a7433b48 100644 --- a/tests/dbus/channel-introspect.c +++ b/tests/dbus/channel-introspect.c @@ -759,6 +759,9 @@ main (int argc, g_hash_table_unref (asv); + g_clear_object (&chan2); + g_clear_object (&conn2); + /* ... keep the same channel for the next test */ g_message ("Channel already dead, so we are called back synchronously"); -- cgit v1.2.1