mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
child-test: Fix leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=711751
This commit is contained in:
parent
9a67fb903f
commit
ba56c7b720
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user