mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-06 02:28:01 +02:00
* src/sfnt/ttgpos.c (tt_face_load_gpos): Correctly release gpos.
This is a follow-up to issue #1398.
This commit is contained in:
parent
45556a19aa
commit
1c6e43ab90
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@
|
|||
return error;
|
||||
|
||||
Fail:
|
||||
FT_FREE( gpos );
|
||||
FT_FRAME_RELEASE( gpos );
|
||||
FT_FREE( gpos_lookups_kerning );
|
||||
FT_FREE( use_lookup_table );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue