Remove box terminating code
authorleerang song <leerang.song@samsung.com>
Fri, 13 Sep 2013 09:27:31 +0000 (18:27 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Fri, 13 Sep 2013 10:16:01 +0000 (19:16 +0900)
commit82e08ded67c69d0656cfc03f1878461e006e6cff
tree633dfe77318b796c2a9fabd53b1ff869db9ec37e
parentef4ce82665bee7f404a5bb8ee6f218889811ec90
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 [changed mode: 0644->0755]