From 82c18dc109a7dfd3400fc9f8b242d6e4662da141 Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 23 Aug 2018 07:06:33 +0200 Subject: [PATCH] Do not pop out the processed files. List of procesed files is still needed, as we point to them. --- engine/vm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/vm.c b/engine/vm.c index d8c804b..c41a6cd 100644 --- a/engine/vm.c +++ b/engine/vm.c @@ -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 */