summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2021-06-15 22:49:21 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2021-06-15 22:49:21 -0400
commitc6fcd61228ea349e76aa4f09442c431308da3262 (patch)
treeac1b2c0726b222928fb00b57aa8a3098549385bc
parent8336d53cff9f78bb48f1ba4aa670c1d8d81d1808 (diff)
downloadfreetype2-c6fcd61228ea349e76aa4f09442c431308da3262.tar.gz
Add a comment.
-rw-r--r--src/type42/t42objs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/type42/t42objs.c b/src/type42/t42objs.c
index c32dc5bee..03955e945 100644
--- a/src/type42/t42objs.c
+++ b/src/type42/t42objs.c
@@ -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 );
}