diff --git a/engine/vm.c b/engine/vm.c index 280967e..acfedae 100644 --- a/engine/vm.c +++ b/engine/vm.c @@ -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)); }