diff -r 2872ae438bf7 -r e538444823de metadataengine/client/src/mdequeryimpl.cpp --- 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; }