telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmfaxcalltsy.cpp
branchRCL_3
changeset 18 17af172ffa5f
parent 0 3553901f7fa8
child 19 630d2f34d719
--- a/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmfaxcalltsy.cpp	Thu Jul 15 19:58:53 2010 +0300
+++ b/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmfaxcalltsy.cpp	Thu Aug 19 11:03:36 2010 +0300
@@ -1464,8 +1464,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 );
             );
@@ -1478,6 +1478,7 @@
             {
             iList->iAcquireList.AddLast( *entry );
             }
+        // coverity[leaked_storage]
         }
 
     return KErrNone;