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

The loader loop likely leaks memory #64

Open
dead-claudia opened this issue Mar 9, 2018 · 0 comments
Open

The loader loop likely leaks memory #64

dead-claudia opened this issue Mar 9, 2018 · 0 comments
Assignees
Labels

Comments

@dead-claudia
Copy link
Owner

See here. The proper fix would be to have a shared callback state and iteratively consume it, rather than recursively call it. There's likely other similar loops to be concerned about as well (like the before and after hooks).

@dead-claudia dead-claudia self-assigned this Mar 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant