contentpublishingsrv/contentpublishingserver/cpserver/src/cpactiondatacache.cpp
branchRCL_3
changeset 59 a0713522ab97
parent 51 15e4dd19031c
child 74 edd621764147
--- a/contentpublishingsrv/contentpublishingserver/cpserver/src/cpactiondatacache.cpp	Wed Mar 31 22:04:35 2010 +0300
+++ b/contentpublishingsrv/contentpublishingserver/cpserver/src/cpactiondatacache.cpp	Wed Apr 14 16:16:44 2010 +0300
@@ -80,7 +80,10 @@
 //
 CCPActionDataCache::~CCPActionDataCache()
     {
-    iInternalList->Close();
+    if (iInternalList)
+        {
+        iInternalList->Close();
+        }
     }
 
 // ---------------------------------------------------------------------------