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

C#: Free dialogs when exiting the editor #83809

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

raulsntos
Copy link
Member

In the previously linked PR I unparented the dialogs to fix the Transient parent has another exclusive child error. This means the dialogs aren't freed when exiting the editor. This PR now frees those dialogs on _exit_tree which should prevent the leaks reported in the issue linked above.

@akien-mga akien-mga merged commit 6794155 into godotengine:master Oct 30, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@raulsntos raulsntos deleted the dotnet/free-dialogs branch October 30, 2023 18:42
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.

Regression: .NET editor build 4.2-beta2 is leaking resources at exit
2 participants