From f498abc3bf6527d706e484d1137febe6ffc72da4 Mon Sep 17 00:00:00 2001 From: Yong Song Date: Thu, 1 Aug 2013 11:46:46 +0900 Subject: [PATCH] clear any exisiting error Change-Id: I99f0f0401ee6ff2a2c08fe867a28475523e12751 --- src/app/FApp_AppEntry.cpp | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.7.4