commonappservices/alarmserver/ConsoleAlarmAlertServer/Source/ConsoleAlarmAlertSession.cpp
--- a/commonappservices/alarmserver/ConsoleAlarmAlertServer/Source/ConsoleAlarmAlertSession.cpp Fri Sep 03 16:56:10 2010 +0300
+++ b/commonappservices/alarmserver/ConsoleAlarmAlertServer/Source/ConsoleAlarmAlertSession.cpp Wed Sep 22 18:06:15 2010 +0300
@@ -41,8 +41,11 @@
CancelNotifications();
__FLOG_CLOSE;
+ if(iServer != NULL)
+ {
CConsoleAlarmAlertSession* session = iServer->WaitingSession();
session = NULL;
+ }
delete iSoundLEDFlasher;
delete iSoundCallbackTimer;
delete iConsole;