[Temporary] skip ewk_shutdown
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 13 Aug 2015 01:50:51 +0000 (10:50 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 13 Aug 2015 01:50:51 +0000 (10:50 +0900)
Change-Id: I039b882d5f786d25e8e64360ebeefe0a68c49955

src/runtime/main.cc

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