This commit is contained in:
Behdad Esfahbod 2017-01-19 16:51:36 -08:00
parent b5ecf1bfa4
commit 331d07bd40

View File

@ -79,6 +79,9 @@ closeFont (void)
hb_face_destroy (hb_face);
hb_font_destroy (hb_font);
FT_Done_Face (ft_face);
hb_face = NULL;
hb_font = NULL;
ft_face = NULL;
}
static void