This commit is contained in:
Behdad Esfahbod 2012-08-03 18:21:13 -07:00
parent 71baea0062
commit 46ee108ef8
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ hb_shape_plan_destroy (hb_shape_plan_t *shape_plan)
#include "hb-shaper-list.hh"
#undef HB_SHAPER_IMPLEMENT
hb_face_destroy (shape_plan->face);
free (shape_plan);
}