maheshtalada / leak-finder-for-javascript

Automatically exported from code.google.com/p/leak-finder-for-javascript
Other
0 stars 0 forks source link

Incorrectly reports leaks when an object in the container keeps another object in the container alive #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the following setting

--- library
|
v
container
    |______
    |      |
    v      v
  obj1    obj2   <----- user code
    ^      |
    |______|

obj1 is incorrectly reported as a leak.

Original issue reported on code.google.com by marja@google.com on 9 Oct 2012 at 10:22

GoogleCodeExporter commented 8 years ago
What, no. It doesn't. Never mind.

Original comment by marja@google.com on 9 Oct 2012 at 10:35