commit | 46a36771f4369994df67535e15ac7af71fad345a | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Jul 12 12:03:00 2022 -0600 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Jul 12 12:03:00 2022 -0600 |
tree | ef61f431f4d29dff15a48cfb70590e7e177c72d3 | |
parent | f8544cbfc09cbd52cdb7f9241df2eeb2262a9f68 [diff] [blame] |
[draw] Fix leak from e0a5231657a6f09ca4afc93e1b2224eba7a0b544
diff --git a/src/hb-draw.cc b/src/hb-draw.cc index a73dc29..46797e6 100644 --- a/src/hb-draw.cc +++ b/src/hb-draw.cc
@@ -209,6 +209,9 @@ #undef HB_DRAW_FUNC_IMPLEMENT } + hb_free (dfuncs->destroy); + hb_free (dfuncs->user_data); + hb_free (dfuncs); }