metadataengine/client/src/mdequeryimpl.cpp
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
--- a/metadataengine/client/src/mdequeryimpl.cpp	Wed Sep 15 12:40:59 2010 +0300
+++ b/metadataengine/client/src/mdequeryimpl.cpp	Wed Oct 13 15:02:02 2010 +0300
@@ -70,7 +70,6 @@
     	iAsyncFind->Cancel();
     	
     	delete iAsyncFind;
-    	iAsyncFind = NULL;
     	}
     }
 
@@ -153,7 +152,6 @@
 CMdERelationQueryImpl::~CMdERelationQueryImpl()
     {
 	delete iAsyncFind;
-	iAsyncFind = NULL;
     }
 
 
@@ -228,7 +226,6 @@
 CMdEEventQueryImpl::~CMdEEventQueryImpl()
     {
 	delete iAsyncFind;
-	iAsyncFind = NULL;
     }