--- 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;
}
// ----------------------------------------------------------------------------