From: Yong Song Date: Thu, 1 Aug 2013 02:46:46 +0000 (+0900) Subject: clear any exisiting error X-Git-Tag: accepted/tizen/20130912.081851^2~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f498abc3bf6527d706e484d1137febe6ffc72da4;p=platform%2Fframework%2Fnative%2Fappfw.git clear any exisiting error Change-Id: I99f0f0401ee6ff2a2c08fe867a28475523e12751 --- diff --git a/src/app/FApp_AppEntry.cpp b/src/app/FApp_AppEntry.cpp index 1360497..e81f4c2 100644 --- a/src/app/FApp_AppEntry.cpp +++ b/src/app/FApp_AppEntry.cpp @@ -263,6 +263,7 @@ DoPreExec(const char* packageName, const char* bin_path) return -1; } LOG(LOG_DEBUG, LOG_IO_TAG, "Tizen::Io > dlopen() ok"); + dlerror(); DoPreExecFunc = reinterpret_cast (dlsym(handle, "do_pre_exec")); errormsg = dlerror();