Reviewers: Yang,
Message:
Committed patchset #1 (id:1) manually as 24665 (presubmit successful).
Description:
Fix ASAN warning.
Missing line in a test to dispose of a string.
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=24665
Please review this at https://codereview.chromium.org/643873004/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -0 lines):
M test/cctest/test-serialize.cc
Index: test/cctest/test-serialize.cc
diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc
index
48debe0be4e4f5262a03e0b14faf564f1f40cf9a..92963c852992544092d573c254a32822f46b1b7e
100644
--- a/test/cctest/test-serialize.cc
+++ b/test/cctest/test-serialize.cc
@@ -948,6 +948,7 @@ TEST(SerializeToplevelThreeBigStrings) {
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.