diff --git a/src/hb-ft.cc b/src/hb-ft.cc index 2a1868d07..492992ee4 100644 --- a/src/hb-ft.cc +++ b/src/hb-ft.cc @@ -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