mmsengine/mmsmessage/src/mmsownnumber.cpp
changeset 2 0bf1d54f37d9
parent 0 72b543305e3a
child 26 ebe688cedc25
equal deleted inserted replaced
1:d09ac5c1e252 2:0bf1d54f37d9
   519     
   519     
   520     if (  iContactToMatch < count )
   520     if (  iContactToMatch < count )
   521         {
   521         {
   522         iMatch = EFalse;
   522         iMatch = EFalse;
   523         iState = EMmsOwnNumberSearching;
   523         iState = EMmsOwnNumberSearching;
   524         iOperation = iContactManager->RetrieveContactL(
   524 		// Coverty fix, Forward NULL
       
   525         if(iResultArray)
       
   526         	{
       
   527         	iOperation = iContactManager->RetrieveContactL(
   525                 iResultArray->At( iContactToMatch ),
   528                 iResultArray->At( iContactToMatch ),
   526                 *this);
   529                 *this);
       
   530             }
   527         iStatus = KRequestPending;
   531         iStatus = KRequestPending;
   528         SetActive();
   532         SetActive();
   529         }
   533         }
   530     else
   534     else
   531         {
   535         {