Reviewers: Sven Panne,
Description:
Fix leak in cctest/test-heap/ReleaseStackTraceData
[email protected]
BUG=none
LOG=n
Please review this at https://codereview.chromium.org/585843002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -0 lines):
M test/cctest/test-heap.cc
Index: test/cctest/test-heap.cc
diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
index
fcee9f4498548184a794770d86c3c31acc86c473..a3588fe8813f3c9eff29913c5004abcbde0c53f1
100644
--- a/test/cctest/test-heap.cc
+++ b/test/cctest/test-heap.cc
@@ -3387,6 +3387,7 @@ UNINITIALIZED_TEST(ReleaseStackTraceData) {
ReleaseStackTraceDataTest(isolate, source3, getter);
ReleaseStackTraceDataTest(isolate, source4, getter);
}
+ isolate->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.