From: leerang song Date: Fri, 13 Sep 2013 09:27:31 +0000 (+0900) Subject: Remove box terminating code X-Git-Tag: submit/tizen_2.2/20130927.092158^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82e08ded67c69d0656cfc03f1878461e006e6cff;p=platform%2Fframework%2Fweb%2Fweb-provider.git 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 --- 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)