Plug a memory lek in paint tests

This commit is contained in:
Matthias Clasen 2022-12-24 05:34:47 -05:00
parent 76c16095fa
commit 9b9d7c7b8e
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ test_color_stops (hb_bool_t use_ft)
g_assert_true (result); g_assert_true (result);
hb_paint_funcs_destroy (funcs);
hb_font_destroy (font); hb_font_destroy (font);
hb_face_destroy (face); hb_face_destroy (face);
} }