diff -r 2872ae438bf7 -r e538444823de metadataengine/client/src/mderelationcondition.cpp --- a/metadataengine/client/src/mderelationcondition.cpp Wed Sep 15 12:40:59 2010 +0300 +++ b/metadataengine/client/src/mderelationcondition.cpp Wed Oct 13 15:02:02 2010 +0300 @@ -85,19 +85,14 @@ CMdERelationCondition::~CMdERelationCondition() { delete iLeftCondition; - iLeftCondition = NULL; delete iRightCondition; - iRightCondition = NULL; delete iParameterRange; - iParameterRange = NULL; delete iLastModifiedDateRange; - iLastModifiedDateRange = NULL; if( iRelationIds ) { iRelationIds->Close(); delete iRelationIds; - iRelationIds = NULL; } }