Do not release the bytecode container right after code execution.
已通過所有檢查
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-06-04 19:34:17 +02:00
父節點 bb20f04f3c
當前提交 ba43269b80
簽署人: belliash
GPG 金鑰 ID: 4E829243E0CFE6B4

查看文件

@ -8099,8 +8099,6 @@ static sxi32 VmExecFinallyBlock(
pFrame->iFlags |= VM_FRAME_FINALLY;
/* Execute the block */
rc = VmLocalExec(&(*pVm), &pException->sFinally, 0);
/* Release the bytecode container */
SySetRelease(&pException->sFinally);
/* Leave the frame */
VmLeaveFrame(&(*pVm));
}