mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-14 19:48:05 +02: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);
|
||||
}
|
||||
|
||||
g_object_unref (test);
|
||||
|
||||
g_print ("\n");
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user