From: Jiban Prakash Date: Fri, 18 Oct 2013 13:00:34 +0000 (+0900) Subject: Fixed the Klocwork issues X-Git-Tag: submit/tizen/20131210.080830^2^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4de5d45c3aa07f835414f67b8a9989cd2adf20f;p=platform%2Fframework%2Fnative%2Fappfw.git Fixed the Klocwork issues Change-Id: I8053c163bceb036b8621da87b3c61b72e3ff6f4b Signed-off-by: Jiban Prakash --- diff --git a/src/system/FSys_RuntimeInfoImpl.cpp b/src/system/FSys_RuntimeInfoImpl.cpp index 9454f75..04a688b 100644 --- a/src/system/FSys_RuntimeInfoImpl.cpp +++ b/src/system/FSys_RuntimeInfoImpl.cpp @@ -393,7 +393,7 @@ _RuntimeInfoImpl::GetDirectorySize(const char* path) } String appId(pApp->GetAppId()); - unique_ptr appIdPath(_StringConverter::CopyToCharArrayN(appId)); + unique_ptr appIdPath(_StringConverter::CopyToCharArrayN(appId)); fileLength = strlen(appIdPath.get()) + 29; pFileName = (char*)malloc(fileLength);