mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-20 05:10:19 +01:00
* src/autofit/afgsub.c (af_parse_gsub): Always init gsub_lookup_count.
Problem reported by Marc Schönefeld.
This commit is contained in:
parent
582cea9ee1
commit
6a25214ae9
1 changed files with 1 additions and 0 deletions
|
|
@ -370,6 +370,7 @@
|
|||
return;
|
||||
|
||||
Fail:
|
||||
globals->gsub_lookup_count = 0;
|
||||
FT_FREE( gsub );
|
||||
FT_FREE( gsub_lookups_single_alternate );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue