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 leaks of WeakVec #6576

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Fix leaks of WeakVec #6576

merged 1 commit into from
Nov 21, 2024

Conversation

xiaopengli89
Copy link
Contributor

Connections
Close #6573

Description
We should set scan_slots_on_next_push = true when empty_slots is empty.

Checklist

  • Run cargo fmt.
  • Run taplo format.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@xiaopengli89 xiaopengli89 requested a review from a team as a code owner November 21, 2024 09:21
Copy link
Member

@teoxoy teoxoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

@teoxoy teoxoy merged commit 5ca92bf into gfx-rs:trunk Nov 21, 2024
27 checks passed
Wumpf pushed a commit that referenced this pull request Nov 23, 2024
Wumpf pushed a commit that referenced this pull request Nov 23, 2024
@Wumpf Wumpf mentioned this pull request Nov 23, 2024
4 tasks
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.

Texture view leaks regression
2 participants