Browse Source

Merge pull request #12552 from richardkchapman/hpcc22126

HPCC-22126 Potential roxie crash in CRoxieLateStartActivity::stop

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 6 years ago
parent
commit
824a934d34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roxie/ccd/ccdserver.cpp

+ 1 - 1
roxie/ccd/ccdserver.cpp

@@ -1716,7 +1716,7 @@ public:
     }
     virtual void stop()
     {
-        if (!prefiltered)
+        if (!prefiltered && inputStream)
         {
             inputStream->stop();
         }