Add a comment.

This commit is contained in:
Alexei Podtelezhnikov 2021-06-15 22:49:21 -04:00
parent 8336d53cff
commit c6fcd61228
1 changed files with 1 additions and 0 deletions

View File

@ -614,6 +614,7 @@
T42_GlyphSlot slot = (T42_GlyphSlot)t42slot;
/* do not destroy the inherited internal structure just yet */
slot->ttslot->internal = NULL;
FT_Done_GlyphSlot( slot->ttslot );
}