Dispose test object

While not very important, it means one less untested function
in the coverage report.
This commit is contained in:
Matthias Clasen 2012-04-02 07:59:55 -04:00
parent c173c0beb4
commit c2318a18f9

View File

@ -111,6 +111,8 @@ main (int argc, char **argv)
my_test_do_refcount (test);
}
g_object_unref (test);
g_print ("\n");
return 0;