Fix leak
This commit is contained in:
parent
71baea0062
commit
46ee108ef8
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue