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 ModelBackedDrawable attempting to mutate children after disposal #5329

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

peppy
Copy link
Member

@peppy peppy commented Aug 1, 2022

This is mostly guarding against misuse of the component, but seems good
to have at a framework level to avoid crashes.

Guards against a potential update of the model property post-disposal
causing an actual crash.

https://sentry.ppy.sh/share/issue/ceaf54b7da61445faac5675cc0a4fa44/

This is mostly guarding against misuse of the component, but seems good
to have at a framework level to avoid crashes.

https://sentry.ppy.sh/share/issue/ceaf54b7da61445faac5675cc0a4fa44/
@ppy-sentryintegration
Copy link

Sentry issue: OSU-389

@smoogipoo smoogipoo enabled auto-merge August 1, 2022 08:30
@smoogipoo smoogipoo merged commit ef44cab into ppy:master Aug 1, 2022
@peppy peppy deleted the mbd-safety branch August 2, 2022 12:08
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