1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-05-16 10:51:07 +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:
Ryan Lortie 2010-02-04 09:06:56 -05:00
parent 6d6d7a8bb2
commit bfd60d8835

@ -1025,6 +1025,8 @@ test_gvarianttypeinfo (void)
g_variant_type_free (type);
g_free (desc);
}
assert_no_type_infos ();
}
int