Release the bytecode container and make sure the 'finally' block will not be executed anymore.
Todas as verificações foram bem sucedidas
The build was successful.
Todas as verificações foram bem sucedidas
The build was successful.
Esse commit está contido em:
pai
101453950e
commit
384b057c93
@ -8236,6 +8236,8 @@ static sxi32 VmThrowException(
|
||||
/* Execute the 'finally' block if available */
|
||||
if(pException && SySetUsed(&pException->sFinally)) {
|
||||
rc = VmExecFinallyBlock(&(*pVm), pException);
|
||||
/* Release the bytecode container */
|
||||
SySetRelease(&pException->sFinally);
|
||||
}
|
||||
/* No matching 'catch' block found */
|
||||
if(pCatch == 0) {
|
||||
|
Carregando…
x
Referência em uma nova issue
Block a user