Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 7cce14aa2356247669d8ad43ef545cbe812b8563..6c797b252280a75680aa1f1c0f23cf58557d9f7e 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -2007,6 +2007,9 @@ Isolate::~Isolate() { |
delete external_reference_table_; |
external_reference_table_ = NULL; |
+ delete callback_table_; |
+ callback_table_ = NULL; |
+ |
#ifdef ENABLE_DEBUGGER_SUPPORT |
delete debugger_; |
debugger_ = NULL; |