فهرست منبع

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 4 سال پیش
والد
کامیت
adaa501766
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      roxie/ccd/ccdserver.cpp

+ 2 - 1
roxie/ccd/ccdserver.cpp

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