Quellcode durchsuchen

Merge remote-tracking branch 'origin/candidate-7.10.x' into candidate-7.12.x

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>

# Conflicts:
#	version.cmake
Gavin Halliday vor 4 Jahren
Ursprung
Commit
adaa501766
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      roxie/ccd/ccdserver.cpp

+ 2 - 1
roxie/ccd/ccdserver.cpp

@@ -7799,7 +7799,8 @@ class CRoxieServerHashDedupActivity : public CRoxieServerActivity
         virtual ~HashDedupTable()
         {
             //elementRowAllocator is a unique allocator, so all rows can be freed in a single call
-            elementRowAllocator->releaseAllRows();
+            if (elementRowAllocator)
+                elementRowAllocator->releaseAllRows();
             tablecount = 0;
         }