mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-08 22:08:43 +02:00
[fixup] Fix memory leak.
This commit is contained in:
parent
2085c22104
commit
9edb15a575
1 changed files with 1 additions and 0 deletions
|
|
@ -669,6 +669,7 @@
|
|||
|
||||
Exit:
|
||||
hb_set_destroy( feature_tags );
|
||||
hb_set_destroy( type_3_lookup_indices );
|
||||
hb_buffer_destroy( codepoint_buffer );
|
||||
FT_FREE( feature_buffer );
|
||||
FT_FREE( type_3_alternate_glyphs_buffer );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue