diff -r 63c982fb92f2 -r b73252188534 metadataengine/client/src/mdeeventcondition.cpp --- 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; }