Index: src/compilation-cache.cc |
=================================================================== |
--- src/compilation-cache.cc (revision 2518) |
+++ src/compilation-cache.cc (working copy) |
@@ -63,6 +63,8 @@ |
tables_ = NewArray<Object*>(generations); |
} |
+ ~CompilationSubCache() { DeleteArray(tables_); } |
+ |
// Get the compilation cache tables for a specific generation. |
Handle<CompilationCacheTable> GetTable(int generation); |