phoneclientserver/phoneclient/Src/UssdWrapper/CPhCltUssdImp.cpp
branchRCL_3
changeset 3 a4a774cb6ea7
parent 0 ff3b6d0fd310
child 43 7d48bed6ce0c
equal deleted inserted replaced
0:ff3b6d0fd310 3:a4a774cb6ea7
   578             R_AVKON_SOFTKEYS_QUIT ) );
   578             R_AVKON_SOFTKEYS_QUIT ) );
   579         }
   579         }
   580 
   580 
   581     // Set this active object to wait the completion of the send request.
   581     // Set this active object to wait the completion of the send request.
   582     iWait->Start();
   582     iWait->Start();
   583 
   583     
   584     // If not deleted:
   584     // Need to check iWait handle here because the destructor may be called
   585     if ( iWait )
   585     // while pending for completion of the send request.
       
   586     // coverity[check_after_deref]
       
   587     if( iWait )
   586         {
   588         {
   587         iSendError = NULL;
   589         iSendError = NULL;
   588         }
   590         }
       
   591     
   589     return error;
   592     return error;
   590     }
   593     }
   591 
   594 
   592 
   595 
   593 // -----------------------------------------------------------------------------
   596 // -----------------------------------------------------------------------------