diff -r 3d94ea3e909b -r 1fea62d03c27 serviceapifw_plat/rtsecuritymanager_client_api/tsrc/src/ui_tsecuritymanagerblocks.cpp --- a/serviceapifw_plat/rtsecuritymanager_client_api/tsrc/src/ui_tsecuritymanagerblocks.cpp Tue Aug 31 16:06:08 2010 +0300 +++ b/serviceapifw_plat/rtsecuritymanager_client_api/tsrc/src/ui_tsecuritymanagerblocks.cpp Wed Sep 01 12:23:36 2010 +0100 @@ -267,7 +267,7 @@ TInt cnt = User::CountAllocCells(); // __UHEAP_MARK; - TInt32 exId; + TInt32 exId = 0; TPtrC sptr; aItem.GetNextString(sptr); @@ -998,7 +998,7 @@ TPtrC sptr; aItem.GetNextString(sptr); - CRTSecMgrScriptSession* scriptSession; + CRTSecMgrScriptSession* scriptSession = NULL; iSession = CRTSecManager::NewL (); // iSession2 = CRTSecManager::NewL (); iTrust = CTrustInfo::NewL (); @@ -1296,7 +1296,7 @@ TPtrC sptr; aItem.GetNextString(sptr); - CRTSecMgrScriptSession* scriptSession; + CRTSecMgrScriptSession* scriptSession = NULL; iSession = CRTSecManager::NewL (); // iSession2 = CRTSecManager::NewL (); iTrust = CTrustInfo::NewL (); @@ -1453,7 +1453,7 @@ TInt cnt = User::CountAllocCells(); // __UHEAP_MARK; - TInt32 exId; + TInt32 exId = 0; TPtrC sptr; aItem.GetNextString(sptr);