Revert "Revert "[Temporary] skip ewk_shutdown"" 30/47730/1
authorWonYoung Choi <wy80.choi@samsung.com>
Tue, 8 Sep 2015 08:08:48 +0000 (01:08 -0700)
committerWonYoung Choi <wy80.choi@samsung.com>
Tue, 8 Sep 2015 08:08:48 +0000 (01:08 -0700)
This reverts commit 210816f660b9d8403a210437f8642a6129f84c83.

Change-Id: I2182497863d84ef9ac600786fe0ca28bd611c0b8

src/runtime/main.cc

index 7f94d15..0e4152d 100755 (executable)
@@ -58,7 +58,7 @@ int main(int argc, char* argv[]) {
       wrt::Runtime runtime;
       ret = runtime.Exec(argc, argv);
     }
-    ewk_shutdown();
+    //ewk_shutdown();
     exit(ret);
   }