telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmfaxcalltsy.cpp
branchRCL_3
changeset 82 042fd2753b8f
parent 66 07a122eea281
--- a/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmfaxcalltsy.cpp	Wed Sep 15 13:30:43 2010 +0300
+++ b/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmfaxcalltsy.cpp	Wed Oct 13 15:51:46 2010 +0300
@@ -1464,8 +1464,8 @@
         {
         CAcquireEntry* entry = NULL;
         // Call is owned, add this req handle to acquire list
-
-        // TRAP macro releases memory while exception caught and trapError != KErrNone
+// coverity [resource_leak]
+// TRAP macro releases memory while exception caught and trapError != KErrNone
         TRAP( trapError,
             entry = CAcquireEntry::NewL( aTsyReqHandle );
             );
@@ -1478,7 +1478,6 @@
             {
             iList->iAcquireList.AddLast( *entry );
             }
-        // coverity[leaked_storage]
         }
 
     return KErrNone;