Revision: 24920
Author:   mvstan...@chromium.org
Date:     Tue Oct 28 08:34:11 2014 UTC
Log:      Fix ASAN warning.

BUG=
TBR=ish...@chromium.org

Review URL: https://codereview.chromium.org/683033002
https://code.google.com/p/v8/source/detail?r=24920

Modified:
 /branches/bleeding_edge/test/cctest/test-utils.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-utils.cc Mon Oct 27 16:34:28 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-utils.cc Tue Oct 28 08:34:11 2014 UTC
@@ -113,6 +113,7 @@
     unsigned char data = buffer[index];
     CHECK_EQ(i % 4, TwoBits::decode(data, i));
   }
+  buffer.Dispose();
 }


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to