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

View File

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