* src/bdf/bdflib.c (_bdf_parse_glyphs): Remove redundant assignment.
This commit is contained in:
parent
ee52b57121
commit
904ad21266
|
@ -1535,8 +1535,6 @@
|
||||||
/* kept. */
|
/* kept. */
|
||||||
FT_FREE( p->glyph_name );
|
FT_FREE( p->glyph_name );
|
||||||
}
|
}
|
||||||
|
|
||||||
p->glyph_name = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clear the flags that might be added when width and height are */
|
/* Clear the flags that might be added when width and height are */
|
||||||
|
|
Loading…
Reference in New Issue