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: missing dispose for temp data #252

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

andywiecko
Copy link
Owner

Unity.Collections@2+ introduced a change in how it handles errors like A Native Collection has not been disposed, resulting in a memory leak. These memory leaks are now less noisy and require extra attention to manage. I'll need to consider how to incorporate these checks into the test suite.

`Unity.Collections@2+` introduced a change in how it handles errors like `A Native Collection has not been disposed, resulting in a memory leak.` These memory leaks are now less noisy and require extra attention to manage. I'll need to consider how to incorporate these checks into the test suite.
@andywiecko andywiecko merged commit cd02a15 into main Sep 15, 2024
4 checks passed
@andywiecko andywiecko deleted the fix/missing-dispose-for-temp-data branch September 15, 2024 08:57
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