[ft] Fix theoretical leak
This commit is contained in:
parent
5a33057576
commit
ac8c4e56d8
|
@ -632,9 +632,9 @@ hb_ft_font_create (FT_Face ft_face,
|
||||||
|
|
||||||
hb_font_set_var_coords_normalized (font, coords, mm_var->num_axis);
|
hb_font_set_var_coords_normalized (font, coords, mm_var->num_axis);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
free (coords);
|
free (coords);
|
||||||
free (ft_coords);
|
free (ft_coords);
|
||||||
}
|
|
||||||
free (mm_var);
|
free (mm_var);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue