Add a comment.
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 );
   }