metadataengine/client/src/mdeeventcondition.cpp
changeset 40 910a23996aa0
parent 0 c53acadfccc6
child 63 e538444823de
--- a/metadataengine/client/src/mdeeventcondition.cpp	Wed Jul 14 07:57:22 2010 +0300
+++ b/metadataengine/client/src/mdeeventcondition.cpp	Fri Jul 23 10:03:59 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;
 	}