HPCC-18225 CSlaveDynamicFileCache::releaseAll() needs to acquire cs Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -2469,6 +2469,7 @@ public:
virtual void releaseAll() override
{
+ CriticalBlock b(crit);
files.kill();
}
};