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

Change wgpu object drop order to fix memory leak #67

Merged
merged 3 commits into from
Apr 19, 2024

Conversation

jonmmease
Copy link
Owner

Previously, the Rust test suite was hitting a "Context leak detected, msgtracer returned -1" error and crash when running locally on macOS. I investigated this in wgpu in gfx-rs/wgpu#5529. The fix / workaround turned out to be to ensure that the wgpu::Device is dropped after the wgpu textures and buffers associated with marks. This is simply a matter of re-ordering the properties of the Canvas structs.

@jonmmease jonmmease merged commit d5e2266 into main Apr 19, 2024
6 checks passed
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.

1 participant