diff -r 001a94c71129 -r 16e4b9007960 cbsatplugin/atmisccmdplugin/src/clckcommandhandler.cpp --- a/cbsatplugin/atmisccmdplugin/src/clckcommandhandler.cpp Wed Sep 29 13:09:05 2010 +0300 +++ b/cbsatplugin/atmisccmdplugin/src/clckcommandhandler.cpp Wed Oct 13 13:15:31 2010 +0300 @@ -560,7 +560,13 @@ return KErrArgument; } - iPassword.Create(tmpPwd); + ret = iPassword.Create(tmpPwd); + if (ret != KErrNone) + { + TRACE_FUNC_EXIT + return ret; + } + if (iPassword.Length() != 0) { ret = iATCmdParser.NextIntParam(iInfoClass);;