branch | RCL_3 |
changeset 56 | d48ab3b357f1 |
parent 55 | aecbbf00d063 |
--- a/uifw/AvKon/akncompamode/srv/src/akncompaserver.cpp Tue Aug 31 15:28:30 2010 +0300 +++ b/uifw/AvKon/akncompamode/srv/src/akncompaserver.cpp Wed Sep 01 12:16:19 2010 +0100 @@ -304,7 +304,7 @@ // This avoid possibility of memory allocation error when key is // added to key state array due to key press while application is // executing. - iKeyState.Reserve(EKeyStateGranularity); + iKeyState.ReserveL(EKeyStateGranularity); Server().AddSession(); }