From ba56c7b720a88ba096a3325c03457dab9088b3b8 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 9 Nov 2013 20:25:23 +0100 Subject: [PATCH] child-test: Fix leak in test https://bugzilla.gnome.org/show_bug.cgi?id=711751 --- tests/child-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/child-test.c b/tests/child-test.c index 5478b6fc8..ad055b270 100644 --- a/tests/child-test.c +++ b/tests/child-test.c @@ -189,6 +189,8 @@ main (int argc, char *argv[]) g_main_loop_run (main_loop); + g_main_loop_unref (main_loop); + if (alive > 0) { g_warning ("%d children still alive\n", alive);