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

Unified Diff: src/v8.cc

Issue 9836109: Valgrind cleanliness, part 3: Delete elements accessors on exit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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 | « src/elements.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.cc
diff --git a/src/v8.cc b/src/v8.cc
index fdc8a90e41e61c869bfcf015b14487252fac8505..65d95bf54f2a4e19fa8b56121a75ab2054822448 100644
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -104,6 +104,8 @@ void V8::TearDown() {
if (!has_been_set_up_ || has_been_disposed_) return;
+ ElementsAccessor::TearDown();
+
isolate->TearDown();
delete isolate;
« no previous file with comments | « src/elements.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698