changeset 45 | a93990e5815e |
parent 0 | c53acadfccc6 |
child 63 | e538444823de |
--- a/metadataengine/client/src/mdeeventcondition.cpp Tue Jul 06 14:44:37 2010 +0300 +++ b/metadataengine/client/src/mdeeventcondition.cpp Wed Aug 18 10:12:07 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; }