HPCC-18238 ESDLCompiler should close esxdlo file hand Reviewed-By: Russ Whitehead <william.whitehead@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -1205,6 +1205,8 @@ bool ESDLcompiler::locateIncludedFile(StringBuffer& filepath, const char* prot,
ESDLcompiler::~ESDLcompiler()
{
+ if(esxdlo != -1)
+ close(esxdlo);
free(packagename);
free(filename);