add cff1::accelerator_t::fini

This commit is contained in:
blueshade7 2019-11-19 16:50:28 -08:00 committed by Behdad Esfahbod
parent ff87465b40
commit 4c4e08a1ef
1 changed files with 7 additions and 0 deletions

View File

@ -1294,6 +1294,13 @@ struct cff1
glyph_names.qsort ();
}
void fini ()
{
glyph_names.fini ();
SUPER::fini ();
}
bool get_glyph_name (hb_codepoint_t glyph,
char *buf, unsigned int buf_len) const
{