cbsatplugin/atmisccmdplugin/src/clckcommandhandler.cpp
changeset 67 16e4b9007960
parent 42 b72428996822
--- 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);;