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