diff -r d2c4c66342f3 -r d51193d814ea messagingfw/msgsrvnstore/server/src/MSVSESS.CPP --- a/messagingfw/msgsrvnstore/server/src/MSVSESS.CPP Tue Aug 31 15:41:11 2010 +0300 +++ b/messagingfw/msgsrvnstore/server/src/MSVSESS.CPP Wed Sep 01 12:27:27 2010 +0100 @@ -1013,7 +1013,7 @@ DoChangeRemoteEntriesL(selection, operationId, aMessage,target); CleanupStack::PopAndDestroy(); // opData - } + } void CMsvServerSession::DoChangeLocalEntriesL(CMsvEntrySelection*& aSelection, TMsvOp aOpId, const RMessage2 &aMessage, TSecureId aOwnerId, TInt mark) { @@ -1035,7 +1035,7 @@ // Change a selection of entry under a remote service // { - // make sure that the operation can be added to the list + // make sure that the operation can be added to the list iOperations.SetReserveL(iOperations.Count()+1); TMsvEntry* entry=NULL; @@ -1050,8 +1050,7 @@ iMsvServer.StartOperationL(*operation, iSessionId, aMessage, ETrue); iOperations.AppendL(operation); // will not fail - see start of function CleanupStack::Pop(); // operation - - } + } void CMsvServerSession::DoChangeLocalEntryL(const TMsvEntry& aEntry, TMsvOp aOpId, const RMessage2 &aMessage, TSecureId aOwnerId)