diff -r 1ac40e087278 -r 17af172ffa5f telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmdatacalltsy.cpp --- a/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmdatacalltsy.cpp Thu Jul 15 19:58:53 2010 +0300 +++ b/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmdatacalltsy.cpp Thu Aug 19 11:03:36 2010 +0300 @@ -1932,7 +1932,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 ) @@ -1944,6 +1944,7 @@ { iList->iAcquireList.AddLast( *entry ); } + // coverity[leaked_storage] } return KErrNone;