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

Leaked graphics resources crash app when engine is disposed #465

Open
CedricGuillemet opened this issue Oct 3, 2022 · 2 comments
Open
Assignees
Milestone

Comments

@CedricGuillemet
Copy link
Contributor

Linked to #464

Context:
Graphics resources are created and not disposed like VertexBuffer for example. Bgfx is shutdown when the engine is disposed. After some time, the GC tries to free the resources but because bgfx is not valid anymore, app crashes.

@thomlucc thomlucc added this to the 6.0 milestone Oct 3, 2022
@thomlucc thomlucc modified the milestones: 6.0, 7.0 May 24, 2023
@thomlucc thomlucc modified the milestones: 7.0, 8.0 Apr 2, 2024
@bghgary
Copy link
Contributor

bghgary commented Oct 10, 2024

@CedricGuillemet Is this still true?

@CedricGuillemet
Copy link
Contributor Author

Hard to be sure without testing but I guess, yes. In the mean time, no user complained about this. I think we can close it.

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

No branches or pull requests

3 participants