Status: New
Owner: ----

New issue 1035 by [email protected]: Memory leak in Isolate class
http://code.google.com/p/v8/issues/detail?id=1035

The Isolate class suffer from several memory leaks:
- in ctor Debugger instance is created twice (probably effect of an invalid merge) - member handle_scope_implementer_ is not cleared. I think that it could be deleted in destructor - member break_access_ is not removed. Probably it could be deleted in ~Isolate

The problem was found in Isolate branch from 27 12 2010

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

Reply via email to