Revision: 24665
Author: [email protected]
Date: Thu Oct 16 13:26:28 2014 UTC
Log: Fix ASAN warning.
Missing line in a test to dispose of a string.
[email protected]
Review URL: https://codereview.chromium.org/643873004
https://code.google.com/p/v8/source/detail?r=24665
Modified:
/branches/bleeding_edge/test/cctest/test-serialize.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-serialize.cc Wed Oct 15
14:42:32 2014 UTC
+++ /branches/bleeding_edge/test/cctest/test-serialize.cc Thu Oct 16
13:26:28 2014 UTC
@@ -948,6 +948,7 @@
delete cache;
source_a.Dispose();
source_b.Dispose();
+ source_c.Dispose();
}
--
--
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/d/optout.