(thanks to dynamic_cast in FreeFiles, it was not crashing) Source commit: c3c357bbcf70ade1b44bc32653536ac8f64a9a27
@@ -1548,7 +1548,7 @@ void __fastcall TScript::PutProc(TScriptProcParams * Parameters)
}
__finally
{
- FreeFileList(FileList);
+ delete FileList;
//---------------------------------------------------------------------------