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 metal backend memory leaks #8276

Closed
wants to merge 5 commits into from
Closed

Conversation

selimsandal
Copy link
Contributor

This fixes all runtime memory leaks when using the backend with metal-cpp. There are still some leaks left that needs to be fixed that occur at startup.

@ocornut
Copy link
Owner

ocornut commented Jan 6, 2025

Hello Selim,
Thanks for it. I would prefer to wait until the remaining leaks are fixed then.

Could you confirm that this also works properly when NOT using metal-cpp?

Thank you!

@selimsandal selimsandal reopened this Jan 7, 2025
@selimsandal
Copy link
Contributor Author

selimsandal commented Jan 7, 2025

Hi @ocornut,

#7419 fixes some of the leaks, this fixes the rest that happen when using metal-cpp.

I used a different approach in previous commit, this one is much simpler. I don't really know why autoreleasepools instantiated in c++ code cannot catch these 2 objects (depthStencilDescriptor and framebufferDescriptor) but now they are released properly.

Tested with both objc and metal-cpp code.

@ocornut
Copy link
Owner

ocornut commented Jan 8, 2025

Thank you Selim! Squashed and merged as e6a7c76!

@ocornut ocornut closed this Jan 8, 2025
@selimsandal selimsandal deleted the patch-1 branch January 8, 2025 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants