Comment #4 on issue 2471 by [email protected]: Regression: Bogus retaining paths in a heap snapshot
http://code.google.com/p/v8/issues/detail?id=2471

I changed the code a bit and inserted handle2.dispose():

var handle2 = creator.Create();
handle2.dispose();
handle2 = null;

as I understand second MyObj instance should be collected with this change but I still see the two weird retaining paths that keep it alive. See screenshot.

Attachments:
        leak.png  85.3 KB

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

Reply via email to