metadataengine/client/src/mdeeventcondition.cpp
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
--- a/metadataengine/client/src/mdeeventcondition.cpp	Wed Sep 15 12:40:59 2010 +0300
+++ b/metadataengine/client/src/mdeeventcondition.cpp	Wed Oct 13 15:02:02 2010 +0300
@@ -94,15 +94,10 @@
 CMdEEventCondition::~CMdEEventCondition()
 	{
     delete iCreationTimeRange;
-    iCreationTimeRange = NULL;
     delete iObjectConditions;
-    iObjectConditions = NULL;
     delete iSourceConditions;
-    iSourceConditions = NULL;
     delete iParticipantConditions;
-    iParticipantConditions = NULL;
     delete iURI;
-    iURI = NULL;
 	}