[test] Fix a leak

This commit is contained in:
Behdad Esfahbod 2024-10-14 16:06:30 -06:00
parent a8360b7e95
commit 52becf1c6d

View file

@ -96,6 +96,7 @@ test_parse_instancing_spec (void)
g_assert(check_parsing(roboto, "wght=200:", wght, 200, 400, 900));
hb_face_destroy(face);
hb_face_destroy(roboto);
}