From 82e08ded67c69d0656cfc03f1878461e006e6cff Mon Sep 17 00:00:00 2001 From: leerang song Date: Fri, 13 Sep 2013 18:27:31 +0900 Subject: [PATCH] Remove box terminating code [Issue#] N/A [Problem] Crash occured when destroying popup [Cause] No need to terminate because coremodule is singleton object (static variables can be destructed by auto) [Solution] Remove box terminating code [SCMRequest] N/A Change-Id: I46b73b569dfce3af56e090bf636add6622a0026d --- src/Plugin/AppBoxPlugin/AppBoxManager.cpp | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 src/Plugin/AppBoxPlugin/AppBoxManager.cpp diff --git a/src/Plugin/AppBoxPlugin/AppBoxManager.cpp b/src/Plugin/AppBoxPlugin/AppBoxManager.cpp old mode 100644 new mode 100755 index ea71ad1..00a4465 --- a/src/Plugin/AppBoxPlugin/AppBoxManager.cpp +++ b/src/Plugin/AppBoxPlugin/AppBoxManager.cpp @@ -43,7 +43,6 @@ AppBoxManager::AppBoxManager(IBoxPluginFactoryPtr factory) AppBoxManager::~AppBoxManager() { AppBoxObserver::Instance()->shutdown(); - WRT::CoreModuleSingleton::Instance().Terminate(); } bool AppBoxManager::requestAddBox(BoxInfoPtr boxInfo, EwkContextPtr ewkContext) -- 2.7.4