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

Unified Diff: src/log.h

Issue 6347005: [Isolates] Fix memory leaks in Isolate and Logger. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/isolates
Patch Set: Created 9 years, 11 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/isolate.cc ('k') | src/log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/log.h
diff --git a/src/log.h b/src/log.h
index 0791fb9e4dbb30e44322fd3ea74580aa235fb195..a889079a4efe7df4b22117434f8d29244f13e73c 100644
--- a/src/log.h
+++ b/src/log.h
@@ -297,6 +297,7 @@ class Logger {
private:
Logger();
+ ~Logger();
// Size of window used for log records compression.
static const int kCompressionWindowSize = 4;
« no previous file with comments | « src/isolate.cc ('k') | src/log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698