Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(919)

Unified Diff: src/d8.cc

Issue 274093002: Fixed d8 shutdown. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.cc
diff --git a/src/d8.cc b/src/d8.cc
index 305c683a197178d546a3adf87e47fa69d6dd37e7..48e34aaf16c53193117d66a8b6539488755caf4f 100644
--- a/src/d8.cc
+++ b/src/d8.cc
@@ -1723,6 +1723,7 @@ int Shell::Main(int argc, char* argv[]) {
RunShell(isolate);
}
}
+ isolate->Dispose();
V8::Dispose();
OnExit();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698