Dispose test object
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Apr 2012 11:59:55 +0000 (07:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 2 Apr 2012 13:09:11 +0000 (09:09 -0400)
While not very important, it means one less untested function
in the coverage report.

tests/refcount/objects2.c

index 66a076b..b50bcc8 100644 (file)
@@ -111,6 +111,8 @@ main (int argc, char **argv)
     my_test_do_refcount (test);
   }
 
+  g_object_unref (test);
+
   g_print ("\n");
 
   return 0;