shithub: freetype+ttf2subf

Download patch

ref: 904ad21266737d9680ebf8691b9dce07f50f4f86
parent: ee52b57121c2dcb74e0c30d98cdb3bae5b3e7cb9
author: Alexei Podtelezhnikov <apodtele@gmail.com>
date: Thu Jan 13 18:38:56 EST 2022

* src/bdf/bdflib.c (_bdf_parse_glyphs): Remove redundant assignment.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/bdf/bdflib.c
+++ b/src/bdf/bdflib.c
@@ -1535,8 +1535,6 @@
           /* kept.                                                */
           FT_FREE( p->glyph_name );
         }
-
-        p->glyph_name = NULL;
       }
 
       /* Clear the flags that might be added when width and height are */