From: jaekuk, lee Date: Wed, 19 Apr 2017 05:03:07 +0000 (+0900) Subject: Changed the order of elm_exit() and elm_shutdown() X-Git-Tag: accepted/tizen/3.0/common/20170420.084246~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=469daf2203e615c645bbc5b98a5782bdf16f3140;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Changed the order of elm_exit() and elm_shutdown() Change-Id: Id8699768ee55faa3da46c677675d5ece135457ba Signed-off-by: jaekuk, lee --- diff --git a/runtime/browser/runtime_process.cc b/runtime/browser/runtime_process.cc index a085bbc..5401d10 100755 --- a/runtime/browser/runtime_process.cc +++ b/runtime/browser/runtime_process.cc @@ -139,8 +139,8 @@ int real_main(int argc, char* argv[]) { } LOGGER(DEBUG) << "ewk_shutdown"; ewk_shutdown(); - elm_shutdown(); elm_exit(); + elm_shutdown(); LOGGER(DEBUG) << "EXIT_SUCCESS"; return EXIT_SUCCESS;