Revision: 18904
Author: [email protected]
Date: Wed Jan 29 13:30:38 2014 UTC
Log: Exit mksnapshot cleanly, making LSAN happy.
[email protected]
Review URL: https://codereview.chromium.org/137823009
http://code.google.com/p/v8/source/detail?r=18904
Modified:
/branches/bleeding_edge/src/mksnapshot.cc
=======================================
--- /branches/bleeding_edge/src/mksnapshot.cc Fri Nov 22 12:28:58 2013 UTC
+++ /branches/bleeding_edge/src/mksnapshot.cc Wed Jan 29 13:30:38 2014 UTC
@@ -399,5 +399,8 @@
ser.CurrentAllocationAddress(i::MAP_SPACE),
ser.CurrentAllocationAddress(i::CELL_SPACE),
ser.CurrentAllocationAddress(i::PROPERTY_CELL_SPACE));
+ isolate->Exit();
+ isolate->Dispose();
+ V8::Dispose();
return 0;
}
--
--
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.