harvester/common/src/harvestereventmanager.cpp
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
--- 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 )