Revision: 15411
Author:   [email protected]
Date:     Mon Jul  1 05:07:53 2013
Log:      Plug leaked string stream debug object cache in Isolate.

BUG=
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/isolate.cc      Mon Jul  1 03:54:39 2013
+++ /branches/bleeding_edge/src/isolate.cc      Mon Jul  1 05:07:53 2013
@@ -29,6 +29,7 @@

 #include "v8.h"

+#include "allocation-inl.h"
 #include "ast.h"
 #include "bootstrapper.h"
 #include "codegen.h"
@@ -2025,6 +2026,9 @@
   delete global_handles_;
   global_handles_ = NULL;

+  delete string_stream_debug_object_cache_;
+  string_stream_debug_object_cache_ = NULL;
+
   delete external_reference_table_;
   external_reference_table_ = 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