From c6fcd61228ea349e76aa4f09442c431308da3262 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Tue, 15 Jun 2021 22:49:21 -0400 Subject: [PATCH] Add a comment. --- src/type42/t42objs.c | 1 + 1 file changed, 1 insertion(+) 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 ); }