calendarui/controller/src/calennotifier.cpp
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
--- a/calendarui/controller/src/calennotifier.cpp	Wed Sep 01 12:32:31 2010 +0100
+++ b/calendarui/controller/src/calennotifier.cpp	Tue Sep 14 21:17:03 2010 +0300
@@ -79,10 +79,7 @@
         }
     
     iHandlers.Close();
-    
-    iBroadcastQueue.Close();
-    
-    
+  
     if( iFilnameDeleted )
         {
         delete iFilnameDeleted;
@@ -128,7 +125,10 @@
         TRAP_IGNORE(iGlobalData->CalSessionL().StopFileChangeNotification());
         iGlobalData->Release();
         }
-	TRACE_EXIT_POINT;
+    
+    iBroadcastQueue.Close();
+
+    TRACE_EXIT_POINT;
 	}
 
 // ----------------------------------------------------------------------------