metadataengine/client/src/mdeasynchronousfindao.cpp
changeset 40 910a23996aa0
parent 20 6dfc5f825351
--- a/metadataengine/client/src/mdeasynchronousfindao.cpp	Wed Jul 14 07:57:22 2010 +0300
+++ b/metadataengine/client/src/mdeasynchronousfindao.cpp	Fri Jul 23 10:03:59 2010 +0300
@@ -132,8 +132,10 @@
     Cancel(); // Causes call to DoCancel()
 
 	delete iDistinctResults;
+	iDistinctResults = NULL;
 
 	delete iConditionBuffer;
+	iConditionBuffer = NULL;
 
     iResultList.ResetAndDestroy();
     iResultList.Close();