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: dispose TextureFrame references instantly #981

Merged
merged 4 commits into from
Aug 5, 2023

Conversation

homuler
Copy link
Owner

@homuler homuler commented Aug 5, 2023

When a TextureFrame is disposed, it is not GCed instantly, so the reference exists for a while.
It can be a problem because GlobalInstanceTable cannot remove such an instance, so this PR fixes it.

@homuler homuler self-assigned this Aug 5, 2023
@homuler homuler merged commit 678596f into master Aug 5, 2023
14 checks passed
@homuler homuler deleted the fix/dispose-texture-frame branch August 5, 2023 03:58
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.

None yet

1 participant