Tests: Fix memleak pointed out by valgrind

pull/3938/head
Matthias Clasen 2 years ago committed by Behdad Esfahbod
parent 0800d1879c
commit 084291108a
  1. 1
      test/api/test-ot-color.c

@ -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);
}

Loading…
Cancel
Save