提交 ec6c0e54 编写于 作者: B Behdad Esfahbod

Fix blob leak

上级 bd7378b2
......@@ -310,7 +310,7 @@ _hb_face_for_data_closure_create (hb_blob_t *blob, unsigned int index)
if (unlikely (!closure))
return NULL;
closure->blob = hb_blob_reference (blob);
closure->blob = blob;
closure->index = index;
return closure;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册