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 _blinkTiming #5

Open
vfschenkelaars opened this issue Feb 8, 2021 · 0 comments
Open

Memory leak in _blinkTiming #5

vfschenkelaars opened this issue Feb 8, 2021 · 0 comments

Comments

@vfschenkelaars
Copy link

creation of _blinkTiming leaks memory is object is set from blink to on to blink. The destruction is also unchecked so calling clear after only calling on will try to free unallocated memory. Better to use a fixed array for the blink pattern.

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