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

Fix lazy_loader fini()

Was creating object even if wasn't there.
上级 1f738094
......@@ -609,7 +609,7 @@ struct hb_lazy_loader_t
}
inline void fini (void)
{
Stored *p = instance.get ();
Stored *p = this->instance.get ();
if (p)
thiz ()->destroy (p);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册