metadataengine/client/src/mdeasynchronousfindao.cpp
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
   130 CMdEAsynchronousFindAO::~CMdEAsynchronousFindAO()
   130 CMdEAsynchronousFindAO::~CMdEAsynchronousFindAO()
   131     {
   131     {
   132     Cancel(); // Causes call to DoCancel()
   132     Cancel(); // Causes call to DoCancel()
   133 
   133 
   134 	delete iDistinctResults;
   134 	delete iDistinctResults;
   135 	iDistinctResults = NULL;
       
   136 
   135 
   137 	delete iConditionBuffer;
   136 	delete iConditionBuffer;
   138 	iConditionBuffer = NULL;
       
   139 
   137 
   140     iResultList.ResetAndDestroy();
   138     iResultList.ResetAndDestroy();
   141     iResultList.Close();
   139     iResultList.Close();
   142 
   140 
   143     iIdResultList.Close();
   141     iIdResultList.Close();