satengine/SatServer/Commands/SetUpCallCmd/src/CSetUpCallHandler.cpp
branchRCL_3
changeset 6 1b9ee3c7442d
parent 0 ff3b6d0fd310
child 19 7d48bed6ce0c
--- a/satengine/SatServer/Commands/SetUpCallCmd/src/CSetUpCallHandler.cpp	Fri Mar 12 15:45:50 2010 +0200
+++ b/satengine/SatServer/Commands/SetUpCallCmd/src/CSetUpCallHandler.cpp	Mon Mar 15 12:42:43 2010 +0200
@@ -744,9 +744,15 @@
 
     dialData->SetCallType( CAiwDialData::EAIWVoice );
     dialData->SetWindowGroup( AIWDialData::KAiwGoToIdle );
+    // coverity static analysis tool generates a false finding here 
+    // eliminating that 
+    // coverity[use_after_free]
     dialData->SetPhoneNumberL( telNumber );
     dialData->SetSATCall( ETrue );
     dialData->SetShowNumber( EFalse );
+    // coverity static analysis tool generates a false finding here 
+    // eliminating that 
+    // coverity[use_after_free]
     dialData->SetNameL( name );
     dialData->SetAllowMatch( EFalse );
     // Remove the redial mechanism from S60 5.x.
@@ -766,6 +772,9 @@
         {
         LOG( NORMAL, 
         "SETUPCALL: CSetUpCallHandler::DoSetupCallL SetBearerL" )
+        // coverity static analysis tool generates a false finding here 
+        // eliminating that
+        // coverity[use_after_free]
         dialData->SetBearerL( iSetUpCallData.iCapabilityConfigParams );
         }
 
@@ -774,10 +783,16 @@
         {
         LOG( NORMAL, 
         "SETUPCALL: CSetUpCallHandler::DoSetupCallL SetSubAddressL" )
+        // coverity static analysis tool generates a false finding here 
+        // eliminating that 
+        // coverity[use_after_free]
         dialData->SetSubAddressL( iSetUpCallData.iSubAddress );
         }
 
     CAiwGenericParamList& paramList = iServiceHandler->InParamListL();
+    // coverity static analysis tool generates a false finding here 
+    // eliminating that
+    // coverity[use_after_free]
     dialData->FillInParamListL( paramList );
 
     iServiceHandler->ExecuteServiceCmdL(