Comment #3 on issue 2111 by [email protected]: Isolate::EnsureDefaultIsolate leak
http://code.google.com/p/v8/issues/detail?id=2111

Do you check the return value of v8::V8::Dispose? Unless I am missing something, it should return true for success, and in that case the default isolate should have been deleted within V8::TearDown. Could you verify this by stepping through your application exit?

Alas, without any stand-alone code reproduction case I can just do some guessing. Valgrind doesn't show this as a leak for me on Linux.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to