mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-17 15:37:52 +02: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:
@@ -1025,6 +1025,8 @@ test_gvarianttypeinfo (void)
|
||||
g_variant_type_free (type);
|
||||
g_free (desc);
|
||||
}
|
||||
|
||||
assert_no_type_infos ();
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user