提交 268cac4c 编写于 作者: B Behdad Esfahbod

[HB] Fix blob unlock

上级 7acb3895
......@@ -185,7 +185,7 @@ void
hb_blob_unlock (hb_blob_t *blob)
{
if (!HB_OBJECT_IS_INERT (blob)) {
int old_lock = _hb_reference_count_inc (blob->lock);
int old_lock = _hb_reference_count_dec (blob->lock);
assert (old_lock > 0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册