diff -r 2872ae438bf7 -r e538444823de harvester/common/src/harvestereventmanager.cpp --- a/harvester/common/src/harvestereventmanager.cpp Wed Sep 15 12:40:59 2010 +0300 +++ b/harvester/common/src/harvestereventmanager.cpp Wed Oct 13 15:02:02 2010 +0300 @@ -93,7 +93,6 @@ { // destroy the singleton and free TLS delete data; - data = NULL; UserSvr::DllFreeTls( KHarvesterEventManagerTLSKey ); } } @@ -440,7 +439,6 @@ iRegisteredObservers.Remove( i ); delete observer; - observer = NULL; } // Find if any other observer is using the same queue else @@ -470,7 +468,6 @@ iEventQueues.Remove( mid ); queue->Close(); delete queue; - queue = NULL; break; } else if( compare > 0 )