mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Dispose test object
While not very important, it means one less untested function in the coverage report.
This commit is contained in:
parent
c173c0beb4
commit
c2318a18f9
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user