[test] Fix leak

This commit is contained in:
Behdad Esfahbod 2018-10-20 11:56:30 -07:00
parent 440a675c7c
commit f11c557662
1 changed files with 2 additions and 0 deletions

View File

@ -426,6 +426,8 @@ test_fontfuncs_parallels (void)
/* Just test that calling get_nominal_glyph doesn't infinite-loop. */
hb_codepoint_t glyph;
hb_font_get_nominal_glyph (font2, 0x0020u, &glyph);
hb_font_destroy (font2);
}
static void