* src/bdf/bdflib.c (_bdf_parse_glyphs): Remove redundant assignment.
diff --git a/src/bdf/bdflib.c b/src/bdf/bdflib.c
index 86ebe60..b9bd767 100644
--- 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 */