Add note about unsafe shape_plan->face

Will fix by removing shape_plan->face completely.
pull/8/head
Behdad Esfahbod 11 years ago
parent aec468f01e
commit 8ffa528f28
  1. 2
      src/hb-shape-plan.cc

@ -396,6 +396,8 @@ retry:
}
/* Release our reference on face. */
/* XXX This is unsafe, since the face can be freed before us,
* and we will call hb_face_destroy() in our destroy()! */
hb_face_destroy (face);
return hb_shape_plan_reference (shape_plan);

Loading…
Cancel
Save