mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
Dispose test object
While not very important, it means one less untested function in the coverage report.
This commit is contained in:
@@ -111,6 +111,8 @@ main (int argc, char **argv)
|
|||||||
my_test_do_refcount (test);
|
my_test_do_refcount (test);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_object_unref (test);
|
||||||
|
|
||||||
g_print ("\n");
|
g_print ("\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user