loggingservices/eventlogger/LogServ/src/logservsession.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    57 
    57 
    58 CLogServSession::~CLogServSession()
    58 CLogServSession::~CLogServSession()
    59 	{
    59 	{
    60 	LOGTEXT3("CLogServSession::~CLogServSession() - client logging off: %S, %d", &iClientThreadName, iSessionId);
    60 	LOGTEXT3("CLogServSession::~CLogServSession() - client logging off: %S, %d", &iClientThreadName, iSessionId);
    61 
    61 
    62 	// Set second parameter to not complete the message, otherwise if the client has died a KERN-EXEC 44 will be generated.
    62 	iOperationManager.OMCancel(iSessionId, ETrue);
    63 	iOperationManager.OMCancel(iSessionId, EFalse);
       
    64 	
    63 	
    65 	delete iPackage;
    64 	delete iPackage;
    66 	delete iNotify;
    65 	delete iNotify;
    67 
    66 
    68 	iChangeInterface.DCIRequestChangeNotificationsCancel(*this);
    67 	iChangeInterface.DCIRequestChangeNotificationsCancel(*this);