metadataengine/client/src/mderelationcondition.cpp
branchRCL_3
changeset 47 b73252188534
parent 0 c53acadfccc6
child 63 e538444823de
equal deleted inserted replaced
46:63c982fb92f2 47:b73252188534
    83     }
    83     }
    84 
    84 
    85 CMdERelationCondition::~CMdERelationCondition()
    85 CMdERelationCondition::~CMdERelationCondition()
    86     {
    86     {
    87    	delete iLeftCondition;
    87    	delete iLeftCondition;
       
    88    	iLeftCondition = NULL;
    88    	delete iRightCondition;
    89    	delete iRightCondition;
       
    90    	iRightCondition = NULL;
    89    	delete iParameterRange;
    91    	delete iParameterRange;
       
    92    	iParameterRange = NULL;
    90 	delete iLastModifiedDateRange;
    93 	delete iLastModifiedDateRange;
       
    94 	iLastModifiedDateRange = NULL;
    91 
    95 
    92 	if( iRelationIds )
    96 	if( iRelationIds )
    93 		{
    97 		{
    94 		iRelationIds->Close();
    98 		iRelationIds->Close();
    95 		delete iRelationIds;
    99 		delete iRelationIds;
       
   100 		iRelationIds = NULL;
    96 		}
   101 		}
    97     }
   102     }
    98 
   103 
    99 EXPORT_C TItemId CMdERelationCondition::RelationId() const
   104 EXPORT_C TItemId CMdERelationCondition::RelationId() const
   100     {   
   105     {