-
Notifications
You must be signed in to change notification settings - Fork 201
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
Fix memory leak when deinitializing display feeder tasks #306
Conversation
@aceisace Can you check if this fixes the issue? |
@vroland Yes sure, but I'll need a few days before I can test this due to some refactoring that is required when using the latest version of epdiy |
Looking good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, just wait please for @aceisace check to see if it fixes his issue
@vroland
And the error is caused on this line:
It basically fails on the first initialisation of epdiy. Additional Details:
|
That’s really strange in v7 works. Actually it is only on deinitialization. |
Towards #269 .