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 in effects chain #10

Open
kylestetz opened this issue Jan 11, 2015 · 0 comments
Open

Memory leak in effects chain #10

kylestetz opened this issue Jan 11, 2015 · 0 comments

Comments

@kylestetz
Copy link
Owner

When effects are shut off their references linger, which would be fine if they were reused, however if they are turned on again new variables are made and the old ones hang out without being GCed.

This will be a change in the general effect-creating pattern across the API.

@kylestetz kylestetz added this to the Lissajous 1.0.0 milestone Jan 11, 2015
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

1 participant