diff -r f50f4094acd7 -r 8ef833fbf5aa telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmfaxcalltsy.cpp --- a/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmfaxcalltsy.cpp Tue Jul 06 15:36:38 2010 +0300 +++ b/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmfaxcalltsy.cpp Wed Aug 18 10:57:47 2010 +0300 @@ -1461,8 +1461,8 @@ { 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 macro releases memory while exception caught and trapError != KErrNone TRAP( trapError, entry = CAcquireEntry::NewL( aTsyReqHandle ); ); @@ -1475,6 +1475,7 @@ { iList->iAcquireList.AddLast( *entry ); } + // coverity[leaked_storage] } return KErrNone;