mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
GVariantType test case: assert all memory freed
Make sure we've freed all TypeInfos at the end of the test.
This commit is contained in:
parent
6d6d7a8bb2
commit
bfd60d8835
@ -1025,6 +1025,8 @@ test_gvarianttypeinfo (void)
|
||||
g_variant_type_free (type);
|
||||
g_free (desc);
|
||||
}
|
||||
|
||||
assert_no_type_infos ();
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user