Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak on disposing Flounder #1

Open
tar-viturawong-sociomantic opened this issue Jul 28, 2016 · 3 comments
Open

Memory leak on disposing Flounder #1

tar-viturawong-sociomantic opened this issue Jul 28, 2016 · 3 comments

Comments

@tar-viturawong-sociomantic
Copy link
Collaborator

To reproduce:

var x, y;
x = document.createElement( 'div' );

// start cycle
y = new Flounder( x, { data : [1,2,3] } )
y.destroy();
// force GC, repeat cycle

Result: a leak of 29 DOM nodes and 5 event listeners per cycle (the steps on the right).

screen shot 2016-07-28 at 14 08 16

@kevin-krug
Copy link
Collaborator

@tar-viturawong-sociomantic
Copy link
Collaborator Author

@kevin-krug-sociomantic I'm not sure whether it's an origin issue or otherwise, actually. Currently, SD master is using Damian's fork, which is where the behavior appears.

@mousemke
Copy link

mousemke commented Sep 5, 2016

i'm looking at merging damian:master into flounder:dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants