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

Scripting: Fixed crash after using tiled.project #3935

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

bjorn
Copy link
Member

@bjorn bjorn commented Apr 26, 2024

Crash caused by a double-deletion of the EditableProject, since both the Project as well as the ProjectDocument classes were deleting it from their destructors (in the Object and Document superclasses, respectively).

This issue was introduced in 4244060.

Crash caused by a double-deletion of the EditableProject, since both
the Project as well as the ProjectDocument classes were deleting it
from their destructors (in the Object and Document superclasses,
respectively).

This issue was introduced in 4244060.
@bjorn bjorn merged commit 70c0f63 into mapeditor:master Apr 26, 2024
16 checks passed
@bjorn bjorn deleted the fix-double-deletion branch April 26, 2024 20:04
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

Successfully merging this pull request may close these issues.

None yet

1 participant