* src/autofit/afgsub.c (af_parse_gsub): Always init gsub_lookup_count.

Problem reported by Marc Schönefeld.
This commit is contained in:
Werner Lemberg 2025-11-29 07:00:41 +01:00
parent 582cea9ee1
commit 6a25214ae9

View file

@ -370,6 +370,7 @@
return;
Fail:
globals->gsub_lookup_count = 0;
FT_FREE( gsub );
FT_FREE( gsub_lookups_single_alternate );
}