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

fix(demo): fix memory leak in vector demo #5643

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

kisvegabor
Copy link
Member

@kisvegabor kisvegabor commented Feb 12, 2024

Description of the feature or fix

The canvas doesn't free the draw buffer on delete.

The other option would be to use a static buffer, but it wouldn't play well with stride and multi-instance support.

Notes

@kisvegabor kisvegabor merged commit 3db226b into lvgl:master Feb 13, 2024
16 checks passed
@kisvegabor kisvegabor deleted the fix/vector-demo branch February 13, 2024 08:56
@kisvegabor kisvegabor mentioned this pull request Feb 14, 2024
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

Successfully merging this pull request may close these issues.

None yet

4 participants