From 904ad21266737d9680ebf8691b9dce07f50f4f86 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Thu, 13 Jan 2022 23:38:56 -0500 Subject: [PATCH] * src/bdf/bdflib.c (_bdf_parse_glyphs): Remove redundant assignment. --- src/bdf/bdflib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bdf/bdflib.c b/src/bdf/bdflib.c index 86ebe6096..b9bd7678f 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 */