Revision: 15075
Author:   [email protected]
Date:     Wed Jun 12 01:57:36 2013
Log:      release callback table memory in ~Isolate

[email protected]
BUG=

Review URL: https://codereview.chromium.org/16304008
http://code.google.com/p/v8/source/detail?r=15075

Modified:
 /branches/bleeding_edge/src/isolate.cc

=======================================
--- /branches/bleeding_edge/src/isolate.cc      Wed Jun  5 03:43:18 2013
+++ /branches/bleeding_edge/src/isolate.cc      Wed Jun 12 01:57:36 2013
@@ -2007,6 +2007,9 @@
   delete external_reference_table_;
   external_reference_table_ = NULL;

+  delete callback_table_;
+  callback_table_ = NULL;
+
 #ifdef ENABLE_DEBUGGER_SUPPORT
   delete debugger_;
   debugger_ = NULL;

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to