提交 675956ac 编写于 作者: K Konstantin Ritt 提交者: Behdad Esfahbod

Do not leak hb_language_t on hb_language_item_t destruction

上级 b306f967
......@@ -265,6 +265,7 @@ retry:
*lang = key;
if (!hb_atomic_ptr_cmpexch (&langs, first_lang, lang)) {
lang->finish ();
free (lang);
goto retry;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册