From d7f21777e6a797758ab234555f5f7e07c87278f9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 23 Sep 2018 19:12:52 -0400 Subject: [PATCH] [ot-font] Fix leak Fixes https://github.com/harfbuzz/harfbuzz/issues/1171 I'm glad we have leak-detector bots now. --- src/hb-ot-post-table.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-ot-post-table.hh b/src/hb-ot-post-table.hh index 5f27fd504..f81de37d5 100644 --- a/src/hb-ot-post-table.hh +++ b/src/hb-ot-post-table.hh @@ -131,6 +131,7 @@ struct post { index_to_offset.fini (); free (gids_sorted_by_name.get ()); + hb_blob_destroy (blob); } inline bool get_glyph_name (hb_codepoint_t glyph,