From c2318a18f91ee098efd8239ae6d9ec0bd3826423 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 2 Apr 2012 07:59:55 -0400 Subject: [PATCH] Dispose test object While not very important, it means one less untested function in the coverage report. --- tests/refcount/objects2.c | 2 ++ 1 file changed, 2 insertions(+) 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;