summaryrefslogtreecommitdiff
path: root/src/psnames/psmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psnames/psmodule.c')
-rw-r--r--src/psnames/psmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/psnames/psmodule.c b/src/psnames/psmodule.c
index fff9c42a3..9fe7d7cdd 100644
--- a/src/psnames/psmodule.c
+++ b/src/psnames/psmodule.c
@@ -325,7 +325,6 @@
/* we first allocate the table */
table->num_maps = 0;
- table->maps = NULL;
if ( !FT_QNEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
{