metadataengine/client/src/mdeasynchronousfindao.cpp
branchRCL_3
changeset 19 b73252188534
parent 6 646a02f170b9
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
   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;
   135 
   136 
   136 	delete iConditionBuffer;
   137 	delete iConditionBuffer;
       
   138 	iConditionBuffer = NULL;
   137 
   139 
   138     iResultList.ResetAndDestroy();
   140     iResultList.ResetAndDestroy();
   139     iResultList.Close();
   141     iResultList.Close();
   140 
   142 
   141     iIdResultList.Close();
   143     iIdResultList.Close();