summaryrefslogtreecommitdiff
path: root/src/bdf/bdflib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdf/bdflib.c')
-rw-r--r--src/bdf/bdflib.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/bdf/bdflib.c b/src/bdf/bdflib.c
index d659c139a..484739b5a 100644
--- a/src/bdf/bdflib.c
+++ b/src/bdf/bdflib.c
@@ -2409,16 +2409,6 @@
FT_FREE( font->glyphs );
FT_FREE( font->unencoded );
- /* Free up the overflow storage if it was used. */
- for ( i = 0, glyphs = font->overflow.glyphs;
- i < font->overflow.glyphs_used; i++, glyphs++ )
- {
- FT_FREE( glyphs->name );
- FT_FREE( glyphs->bitmap );
- }
-
- FT_FREE( font->overflow.glyphs );
-
/* bdf_cleanup */
ft_hash_str_free( &(font->proptbl), memory );