[fixup] Fix memory leak.

This commit is contained in:
Werner Lemberg 2025-04-10 14:21:34 +02:00
parent 2085c22104
commit 9edb15a575

View file

@ -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 );