diff --git a/tests/refcount/objects2.c b/tests/refcount/objects2.c index 66a076bbc..b50bcc878 100644 --- a/tests/refcount/objects2.c +++ b/tests/refcount/objects2.c @@ -111,6 +111,8 @@ main (int argc, char **argv) my_test_do_refcount (test); } + g_object_unref (test); + g_print ("\n"); return 0;