-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Font atlas memory leak #627
Comments
profan
added a commit
to profan/macroquad
that referenced
this issue
Apr 30, 2024
* Fix issue with Audio leaking memory when loaded by adding a drop impl, reported in issue not-fl3#628 * Fix issue with Font Atlas leaking memory by adding a drop impl, reported in issue not-fl3#627 * Fix issue with RenderTarget leaking memory by adding a drop impl, reported in issue not-fl3#635
profan
added a commit
to profan/macroquad
that referenced
this issue
Apr 30, 2024
* Fix issue with Font Atlas leaking memory by adding a drop impl, reported in issue not-fl3#627 * Fix issue with RenderTarget leaking memory by adding a drop impl, reported in issue not-fl3#635
profan
added a commit
to profan/macroquad
that referenced
this issue
Apr 30, 2024
* Fix issue with Font Atlas leaking memory by adding a drop impl, reported in issue not-fl3#627 * Fix issue with RenderTarget leaking memory by adding a drop impl, reported in issue not-fl3#635
profan
added a commit
to profan/macroquad
that referenced
this issue
May 2, 2024
* Fix issue with Font Atlas leaking memory by adding a drop impl, reported in issue not-fl3#627
profan
added a commit
to profan/macroquad
that referenced
this issue
May 2, 2024
* Fix issue with Font Atlas leaking memory by adding a drop impl, reported in issue not-fl3#627
profan
added a commit
to profan/macroquad
that referenced
this issue
May 2, 2024
* Fix issue with Font Atlas leaking memory by adding a drop impl, reported in issue not-fl3#627
not-fl3
pushed a commit
that referenced
this issue
May 3, 2024
* Fix issue with Font Atlas leaking memory by adding a drop impl, reported in issue #627
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both system RAM and GPU memory are leaking.
I tried to implement
Drop
forAtlas
like in 65451f5:and this fixed the leak (but I'm not sure if this solution is complete and/or correct)
The text was updated successfully, but these errors were encountered: