Do not pop out the processed files.
The build was successful. Details

List of procesed files is still needed, as we point to them.
This commit is contained in:
Rafal Kupiec 2018-08-23 07:06:33 +02:00
parent 20c1611902
commit 82c18dc109
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 2 deletions

View File

@ -10472,8 +10472,6 @@ static sxi32 VmExecIncludedFile(
VmEvalChunk(pCtx->pVm, &(*pCtx), &sScript, PH7_AERSCRIPT_CODE);
}
}
/* Pop from the set of included file */
(void)SySetPop(&pVm->aFiles);
/* Close the handle */
PH7_StreamCloseHandle(pStream, pHandle);
/* Release the working buffer */