mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
tests: make refcount signals test slightly valgrind cleaner
This commit is contained in:
parent
f1a13b895d
commit
13a1154b4c
@ -276,5 +276,9 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
g_print ("stopped\n");
|
g_print ("stopped\n");
|
||||||
|
|
||||||
|
g_array_free (test_threads, TRUE);
|
||||||
|
g_object_unref (test1);
|
||||||
|
g_object_unref (test2);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user