提交 679f41fe 编写于 作者: B Behdad Esfahbod

[HB] Fix leak

上级 4e8a0602
......@@ -68,6 +68,8 @@ _hb_ot_layout_fini (hb_face_t *face)
hb_blob_destroy (layout->gdef_blob);
hb_blob_destroy (layout->gsub_blob);
hb_blob_destroy (layout->gpos_blob);
free (layout->new_gdef.klasses);
}
static const GDEF&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册