--- a/uifw/AvKon/animdllsrc/AknKeyEventMap.cpp Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/AvKon/animdllsrc/AknKeyEventMap.cpp Wed Sep 01 12:16:19 2010 +0100
@@ -859,7 +859,11 @@
if ( (*(*iCombos)[i])[2] == aComboCandidate[0] &&
((*iCombos)[i])->Count()-2 == aComboCandidate.Count() )
{
- possibleMatch.Append(i);
+ if (KErrNone != possibleMatch.Append(i))
+ {
+ possibleMatch.Close();
+ return mapValue;
+ }
__AKNANIMLOGSTRING1("CAknKeyEventMap::GetComboMapping ComboCandidate might hit iCombos[%d]",i);
}
}