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

View File

@ -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;
} }