mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
child-test: Fix leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=711751
This commit is contained in:
@@ -189,6 +189,8 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
g_main_loop_run (main_loop);
|
g_main_loop_run (main_loop);
|
||||||
|
|
||||||
|
g_main_loop_unref (main_loop);
|
||||||
|
|
||||||
if (alive > 0)
|
if (alive > 0)
|
||||||
{
|
{
|
||||||
g_warning ("%d children still alive\n", alive);
|
g_warning ("%d children still alive\n", alive);
|
||||||
|
Reference in New Issue
Block a user