diff options
Diffstat (limited to 'tools/code_cache/mkcodecache.cc')
-rw-r--r-- | tools/code_cache/mkcodecache.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/code_cache/mkcodecache.cc b/tools/code_cache/mkcodecache.cc index 5593e14fae..68690252a1 100644 --- a/tools/code_cache/mkcodecache.cc +++ b/tools/code_cache/mkcodecache.cc @@ -68,6 +68,7 @@ int main(int argc, char* argv[]) { } isolate->Dispose(); + v8::V8::Dispose(); v8::V8::DisposePlatform(); return 0; } |