Status: New
Owner: ----
New issue 2019 by [email protected]: Memory leaks reported at exit in
Visual Studio
http://code.google.com/p/v8/issues/detail?id=2019
With versions 3.9.15 and 3.9.22. Using msvc2008.
Couldn't use 3.9.23 as it doesn't build (mk_snapshot crashes).
This isn't really a true leak, but it makes a mess of my output window when
ending an application with v8 embedded in it.
It looks like the extensions that are registered (e.g. the GC Extension)
are not freed at application exit. It would be nice if they were deleted
when v8::V8::Dispose is called.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev