metadataengine/client/src/mdeeventcondition.cpp
branchRCL_3
changeset 19 b73252188534
parent 0 c53acadfccc6
--- a/metadataengine/client/src/mdeeventcondition.cpp	Thu Jul 15 19:07:24 2010 +0300
+++ b/metadataengine/client/src/mdeeventcondition.cpp	Thu Aug 19 10:20:41 2010 +0300
@@ -94,10 +94,15 @@
 CMdEEventCondition::~CMdEEventCondition()
 	{
     delete iCreationTimeRange;
+    iCreationTimeRange = NULL;
     delete iObjectConditions;
+    iObjectConditions = NULL;
     delete iSourceConditions;
+    iSourceConditions = NULL;
     delete iParticipantConditions;
+    iParticipantConditions = NULL;
     delete iURI;
+    iURI = NULL;
 	}