提交 2b051e7a 编写于 作者: B Behdad Esfahbod

[subset] Check error after calling serializer end

上级 750b65e9
......@@ -99,12 +99,11 @@ _subset2 (hb_subset_plan_t *plan)
}
goto retry;
}
serializer.end_serialize ();
if (serializer.in_error ())
{
abort ();
}
serializer.end_serialize ();
if (result)
{
hb_blob_t *dest_blob = serializer.copy_blob ();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册