metadataengine/client/src/mdequeryimpl.cpp
branchRCL_3
changeset 47 b73252188534
parent 0 c53acadfccc6
child 63 e538444823de
--- a/metadataengine/client/src/mdequeryimpl.cpp	Thu Jul 15 19:07:24 2010 +0300
+++ b/metadataengine/client/src/mdequeryimpl.cpp	Thu Aug 19 10:20:41 2010 +0300
@@ -70,6 +70,7 @@
     	iAsyncFind->Cancel();
     	
     	delete iAsyncFind;
+    	iAsyncFind = NULL;
     	}
     }
 
@@ -152,6 +153,7 @@
 CMdERelationQueryImpl::~CMdERelationQueryImpl()
     {
 	delete iAsyncFind;
+	iAsyncFind = NULL;
     }
 
 
@@ -226,6 +228,7 @@
 CMdEEventQueryImpl::~CMdEEventQueryImpl()
     {
 	delete iAsyncFind;
+	iAsyncFind = NULL;
     }