--- a/loggingservices/eventlogger/LogServ/src/logservsession.cpp Tue Aug 31 16:57:14 2010 +0300
+++ b/loggingservices/eventlogger/LogServ/src/logservsession.cpp Wed Sep 01 12:39:58 2010 +0100
@@ -59,8 +59,7 @@
{
LOGTEXT3("CLogServSession::~CLogServSession() - client logging off: %S, %d", &iClientThreadName, iSessionId);
- // Set second parameter to not complete the message, otherwise if the client has died a KERN-EXEC 44 will be generated.
- iOperationManager.OMCancel(iSessionId, EFalse);
+ iOperationManager.OMCancel(iSessionId, ETrue);
delete iPackage;
delete iNotify;