Tests: Fix memleak pointed out by valgrind

This commit is contained in:
Matthias Clasen 2022-12-19 01:08:41 -05:00 committed by Behdad Esfahbod
parent 0800d1879c
commit 084291108a
1 changed files with 1 additions and 0 deletions

View File

@ -755,6 +755,7 @@ test_hb_ot_color_colr_v1 (gconstpointer d)
g_string_free (data.string, TRUE);
hb_paint_funcs_destroy (funcs);
hb_font_destroy (font);
hb_face_destroy (face);
}