From a7b459aab15dae51c13effa9630a57cfc6754baa Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 10 Mar 2014 18:03:13 +0000 Subject: [PATCH 10/23] cli-group test: don't leak GMainLoop --- tests/dbus/cli-group.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/dbus/cli-group.c b/tests/dbus/cli-group.c index d9cd1ed..cb7f299 100644 --- a/tests/dbus/cli-group.c +++ b/tests/dbus/cli-group.c @@ -135,6 +135,8 @@ test_channel_proxy (TpTestsTextChannelGroup *service_chan, tp_tests_channel_assert_expect_members (chan, expected_members); tp_intset_destroy (expected_members); + + g_main_loop_unref (loop); } static void -- 1.9.0