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 invalid locations never being dropped #1747

Merged
merged 1 commit into from Jan 3, 2024

Conversation

ealmloff
Copy link
Member

This PR fixes in issue in the generational box crate where invalid values were never being recycled (and dropped). This caused a memory leak and caused Drop implementations to never be called

Fixes #1745

@ealmloff ealmloff added bug Something isn't working generation box Related to the generational box crate labels Dec 26, 2023
@ealmloff ealmloff merged commit cde5ac5 into DioxusLabs:master Jan 3, 2024
8 of 10 checks passed
@ealmloff ealmloff deleted the fix-selector-drop branch January 3, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working generation box Related to the generational box crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use_selector_with_dependencies doesn't get cleaned up properly
1 participant