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

Unified Diff: src/v8.cc

Issue 53089: Fixed test memory leaks (Closed)
Patch Set: Created 11 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
Index: src/v8.cc
diff --git a/src/v8.cc b/src/v8.cc
index 7eb39bc9b1bcce0203c806b2540c19aedda4d2ed..9158b5269120bb1f449bad7d474737077675edc0 100644
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -111,6 +111,8 @@ void V8::TearDown() {
Heap::TearDown();
Logger::TearDown();
+ Debugger::TearDown();
+
has_been_setup_ = false;
has_been_disposed_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698