This commit is contained in:
父節點
bb20f04f3c
當前提交
ba43269b80
@ -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));
|
||||
}
|
||||
|
載入中…
x
新增問題並參考
Block a user