child-test: Fix leak in test

https://bugzilla.gnome.org/show_bug.cgi?id=711751
This commit is contained in:
Stef Walter 2013-11-09 20:25:23 +01:00
parent 9a67fb903f
commit ba56c7b720

View File

@ -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);