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

Fixed a memory leak in DX11 > DXSprite.cs #82

Merged
merged 1 commit into from
Dec 19, 2022

Conversation

MarcellVokk
Copy link
Contributor

A Texture2D object created at BeginBatch was not being disposed properly. By wraping the Texture2D object in a using statement, this issue is now fixed!

A Texture2D object created at BeginBatch was not being disposed properly. By wraping the Texture2D object in a using statement, this issue is now fixed!
@justinstenning justinstenning merged commit c147667 into justinstenning:master Dec 19, 2022
3bagorion33 pushed a commit to 3bagorion33/Direct3DHook that referenced this pull request Aug 27, 2023
Fixed a memory leak in DX11 > DXSprite.cs
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.

2 participants