From: Sunwook Bae Date: Wed, 24 Apr 2013 09:18:45 +0000 (+0900) Subject: Prevent fix X-Git-Tag: accepted/tizen_2.1/20130425.034849^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ede9716773a0eb07c3dffbee892b81b8cc38b09;p=platform%2Fframework%2Fnative%2Fappfw.git Prevent fix Change-Id: Ib4cc16c45ff7fbf14a73ecd342d2dbaeccf06ceb Signed-off-by: Sunwook Bae --- diff --git a/src/server/io/FIo_IpcServer.cpp b/src/server/io/FIo_IpcServer.cpp index 7f6a4bd..220725e 100644 --- a/src/server/io/FIo_IpcServer.cpp +++ b/src/server/io/FIo_IpcServer.cpp @@ -328,7 +328,7 @@ _IpcServer::OnConnectionRequest(GIOChannel* source, GIOCondition condition, gpoi char* pAppId = NULL; int ret = app_manager_get_app_id(helloMessage.pid, &pAppId); - SysTryCatch(NID_IO, ret >= 0, ,E_SYSTEM, "[E_SYSTEM] Failed to get_app_id: %d", ret); + SysTryCatch(NID_IO, ret >= 0, delete pClientInfo, E_SYSTEM, "[E_SYSTEM] Failed to get_app_id: %d", ret); pClientInfo->appId = pAppId; free(pAppId);