diff -r 1d7827e39b52 -r caea42e26caa messagingappbase/msgeditor/appuisrc/MsgCheckNames.cpp --- a/messagingappbase/msgeditor/appuisrc/MsgCheckNames.cpp Fri Feb 19 22:47:38 2010 +0200 +++ b/messagingappbase/msgeditor/appuisrc/MsgCheckNames.cpp Fri Mar 12 15:42:19 2010 +0200 @@ -243,7 +243,7 @@ PerformAdvancedMatchL( aText, fieldTypes ); } // Coverty fix, Forward NULL , http://ousrv057/cov.cgi?cid=35690 - TInt contactAmount; + TInt contactAmount = 0; if(iFoundContacts) { contactAmount = iFoundContacts->Count();