1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-11-05 18:48:55 +01:00

tests: make refcount signals test slightly valgrind cleaner

This commit is contained in:
Mark Nauwelaerts
2012-07-19 16:38:06 +02:00
committed by Tim-Philipp Müller
parent f1a13b895d
commit 13a1154b4c

@@ -276,5 +276,9 @@ main (int argc, char **argv)
g_print ("stopped\n");
g_array_free (test_threads, TRUE);
g_object_unref (test1);
g_object_unref (test2);
return 0;
}