* src/autofit/afhints.c (af_glyph_hints_reload): Add initialization.

This commit is contained in:
Werner Lemberg 2018-08-31 06:53:52 +02:00
parent 1dacbd893d
commit 0d4ca13865
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-08-31 Werner Lemberg <wl@gnu.org>
* src/autofit/afhints.c (af_glyph_hints_reload): Add initialization.
2018-08-30 Alexei Podtelezhnikov <apodtele@gmail.com>
Consolidate bitmap presetting and size assessment.

View File

@ -928,6 +928,14 @@
prev = end;
}
}
#ifdef FT_DEBUG_AUTOFIT
point->before[0] = NULL;
point->before[1] = NULL;
point->after[0] = NULL;
point->after[1] = NULL;
#endif
}
}