Browse Source

Merge pull request #10380 from ghalliday/issue18225

HPCC-18225 CSlaveDynamicFileCache::releaseAll() needs to acquire cs

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 7 years ago
parent
commit
f4a994fdc4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roxie/ccd/ccdfile.cpp

+ 1 - 0
roxie/ccd/ccdfile.cpp

@@ -2469,6 +2469,7 @@ public:
 
     virtual void releaseAll() override
     {
+        CriticalBlock b(crit);
         files.kill();
     }
 };