* src/autofit/afglobal.c (af_face_globals_free): Erase useless code.
This commit is contained in:
parent
5a7f2ff520
commit
0a1169f7c3
|
@ -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.
|
||||
|
|
|
@ -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'; */
|
||||
|
|
Loading…
Reference in New Issue