diff -r f50f4094acd7 -r 8ef833fbf5aa telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmdatacalltsy.cpp --- a/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmdatacalltsy.cpp Tue Jul 06 15:36:38 2010 +0300 +++ b/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmdatacalltsy.cpp Wed Aug 18 10:57:47 2010 +0300 @@ -1923,7 +1923,7 @@ { CAcquireEntry* entry = NULL; // Call is owned, add this req handle to acquire list -// coverity [resource_leak] + // TRAP macro releases memory while exception caught and trapError != KErrNone TRAP( trapError, ( entry = CAcquireEntry::NewL( aTsyReqHandle ) ) ); if ( trapError != KErrNone ) @@ -1935,6 +1935,7 @@ { iList->iAcquireList.AddLast( *entry ); } + // coverity[leaked_storage] } return KErrNone;