mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
* src/autofit/afgsub.c (af_parse_gsub): Always init gsub_lookup_count.
Problem reported by Marc Schönefeld.
This commit is contained in:
@@ -370,6 +370,7 @@
|
||||
return;
|
||||
|
||||
Fail:
|
||||
globals->gsub_lookup_count = 0;
|
||||
FT_FREE( gsub );
|
||||
FT_FREE( gsub_lookups_single_alternate );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user