Add note about unsafe shape_plan->face
Will fix by removing shape_plan->face completely.
This commit is contained in:
parent
aec468f01e
commit
8ffa528f28
|
@ -396,6 +396,8 @@ retry:
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Release our reference on face. */
|
/* 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);
|
hb_face_destroy (face);
|
||||||
|
|
||||||
return hb_shape_plan_reference (shape_plan);
|
return hb_shape_plan_reference (shape_plan);
|
||||||
|
|
Loading…
Reference in New Issue