Revision: 16063
Author:   [email protected]
Date:     Mon Aug  5 23:34:54 2013
Log:      delete eternal handle blocks correctly

[email protected]
BUG=

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

Modified:
 /branches/bleeding_edge/src/global-handles.cc

=======================================
--- /branches/bleeding_edge/src/global-handles.cc       Mon Aug  5 02:46:23 2013
+++ /branches/bleeding_edge/src/global-handles.cc       Mon Aug  5 23:34:54 2013
@@ -1258,7 +1258,7 @@


 EternalHandles::~EternalHandles() {
-  for (int i = 0; i < blocks_.length(); i++) delete blocks_[i];
+  for (int i = 0; i < blocks_.length(); i++) delete[] blocks_[i];
 }


--
--
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