Commit c6fcd61228ea349e76aa4f09442c431308da3262

Alexei Podtelezhnikov 2021-06-15T22:49:21

Add a comment.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/type42/t42objs.c b/src/type42/t42objs.c
index c32dc5b..03955e9 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 );
   }