tests: Various minor leak fixes in the GObject tests

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall
2018-06-27 09:59:18 +01:00
parent 6a22663d9a
commit ffb1c3cb74
2 changed files with 12 additions and 7 deletions

View File

@@ -155,6 +155,7 @@ main (int argc, char **argv)
g_object_unref (test1);
g_object_unref (test2);
g_array_unref (test_threads);
g_print ("stopped\n");