projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d23503
)
Changed the order of elm_exit() and elm_shutdown()
accepted/tizen/unified/20170419.165256
submit/tizen/20170419.052244
author
jaekuk, lee
<juku1999@samsung.com>
Wed, 19 Apr 2017 05:03:07 +0000
(14:03 +0900)
committer
jaekuk, lee
<juku1999@samsung.com>
Wed, 19 Apr 2017 05:22:21 +0000
(14:22 +0900)
Change-Id: Id8699768ee55faa3da46c677675d5ece135457ba
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
runtime/browser/runtime_process.cc
patch
|
blob
|
history
diff --git
a/runtime/browser/runtime_process.cc
b/runtime/browser/runtime_process.cc
index
e51887a
..
4a1576b
100755
(executable)
--- a/
runtime/browser/runtime_process.cc
+++ b/
runtime/browser/runtime_process.cc
@@
-135,8
+135,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;