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 some Arc allocator leaks #120445

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Fix some Arc allocator leaks #120445

merged 1 commit into from
Jan 30, 2024

Commits on Jan 28, 2024

  1. Fix some Arc allocator leaks

    This doesn't matter for the stable `Global` allocator as it is a ZST
    singleton, but other allocators may rely on all instances being dropped.
    Nemo157 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6837b81 View commit details
    Browse the repository at this point in the history