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

Possible memory leak on listview hover event #245

Open
ThibaudMZN opened this issue Sep 24, 2019 · 2 comments
Open

Possible memory leak on listview hover event #245

ThibaudMZN opened this issue Sep 24, 2019 · 2 comments

Comments

@ThibaudMZN
Copy link

While hovering items quickly in a listview, CPU memory goes up before eventually triggering a garbage collection

@ThibaudMZN
Copy link
Author

This behavior can be fixed by caching the final image to draw than dispose it, the "leak" seems to come from this part.

@ThibaudMZN
Copy link
Author

I've created a pull request to fix this issue. #246

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