* src/autofit/afglobal.c (af_face_globals_free): Erase useless code.

This commit is contained in:
Werner Lemberg 2017-02-03 19:38:20 +01:00
parent 5a7f2ff520
commit 0a1169f7c3
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2017-02-03 Werner Lemberg <wl@gnu.org>
* src/autofit/afglobal.c (af_face_globals_free): Erase useless code.
2017-02-03 Werner Lemberg <wl@gnu.org>
* include/freetype/ftgasp.h (FT_GASP_SYMMETRIC_GRIDFIT): Fix value.

View File

@ -411,10 +411,7 @@
#ifdef FT_CONFIG_OPTION_USE_HARFBUZZ
hb_font_destroy( globals->hb_font );
globals->hb_font = NULL;
hb_buffer_destroy( globals->hb_buf );
globals->hb_buf = NULL;
#endif
/* no need to free `globals->glyph_styles'; */