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

[CoreText] Don't leak the CTLine object (and everything that hangs off it)

Patch from Jonathan Kew.
上级 5fbc9525
...@@ -348,5 +348,7 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan, ...@@ -348,5 +348,7 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
} }
} }
CFRelease (line);
return true; return true;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册