shithub: freetype+ttf2subf

Download patch

ref: c6fcd61228ea349e76aa4f09442c431308da3262
parent: 8336d53cff9f78bb48f1ba4aa670c1d8d81d1808
author: Alexei Podtelezhnikov <apodtele@gmail.com>
date: Tue Jun 15 18:49:21 EDT 2021

Add a comment.

git/fs: mount .git/fs: mount/attach disallowed
--- 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 );
   }