Fix SIGABRT when runtime exits.
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 10 Aug 2015 04:33:51 +0000 (13:33 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 10 Aug 2015 04:33:51 +0000 (13:33 +0900)
commitd73111fb898994e75cf4c9e2f6c81a3d96a10ba8
tree661797b5a60e739ed5318924bab949b38210ee37
parent2a9918b0739165fd2fe82a30e60bc11abe8548c4
Fix SIGABRT when runtime exits.

ewk_shutdown() should be called after Runtime's destructor.

Change-Id: I64baede07e4418cbf75ba0d65f3d863ee1da3c65
src/runtime/main.cc