ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp
branchRCL_3
changeset 11 0396474f30f5
parent 3 a4d6f1ea0416
child 14 b13141f05c3d
equal deleted inserted replaced
10:f5907b1a1053 11:0396474f30f5
  1249             result->SetFetchedContentSize( 0 );
  1249             result->SetFetchedContentSize( 0 );
  1250             }
  1250             }
  1251 
  1251 
  1252         CleanupStack::Pop( result );
  1252         CleanupStack::Pop( result );
  1253         }
  1253         }
  1254     SetFetchStateL( aEntry, aMessageId.Id(), EFalse, *result );
  1254     if(result) // coverity error fix: result might be null
       
  1255         {
       
  1256         SetFetchStateL( aEntry, aMessageId.Id(), EFalse, *result );
       
  1257         }
       
  1258 
  1255     CleanupStack::PopAndDestroy( buf );
  1259     CleanupStack::PopAndDestroy( buf );
  1256     return result;
  1260     return result;
  1257     }
  1261     }
  1258 
  1262 
  1259 // ---------------------------------------------------------------------------
  1263 // ---------------------------------------------------------------------------