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

Disconnect EditorNode from file dialogs on destruction #84302

Conversation

YuriSizov
Copy link
Contributor

@YuriSizov YuriSizov commented Nov 1, 2023

Fixes #84000.

The fact that EditorNode is freed before parts of the editor UI created by plugins is a curiosity that may warrant further investigation. But this fixes a crash and is generally a good thing to do on exit.

@akien-mga akien-mga merged commit b797f6c into godotengine:master Nov 1, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@YuriSizov YuriSizov deleted the editor-forget-about-file-dialogs-willya branch November 1, 2023 14:19
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.

Removing FileDialog in plugin causing a Segfault
2 participants