mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 11:14:05 +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_variant_type_free (type);
|
||||||
g_free (desc);
|
g_free (desc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
assert_no_type_infos ();
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user