changeset 2 | 0bf1d54f37d9 |
parent 0 | 72b543305e3a |
child 23 | 238255e8b033 |
--- a/mmsengine/mmsmessage/src/mmsownnumber.cpp Thu Jan 07 12:45:05 2010 +0200 +++ b/mmsengine/mmsmessage/src/mmsownnumber.cpp Mon Jan 18 20:16:40 2010 +0200 @@ -521,9 +521,13 @@ { iMatch = EFalse; iState = EMmsOwnNumberSearching; - iOperation = iContactManager->RetrieveContactL( + // Coverty fix, Forward NULL + if(iResultArray) + { + iOperation = iContactManager->RetrieveContactL( iResultArray->At( iContactToMatch ), *this); + } iStatus = KRequestPending; SetActive(); }