提交 ac8c4e56 编写于 作者: B Behdad Esfahbod

[ft] Fix theoretical leak

上级 5a330575
......@@ -632,9 +632,9 @@ hb_ft_font_create (FT_Face ft_face,
hb_font_set_var_coords_normalized (font, coords, mm_var->num_axis);
}
free (coords);
free (ft_coords);
}
free (coords);
free (ft_coords);
free (mm_var);
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册