-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Dispose AnimationSheetRecorder to avoid leaks #133365
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
Dispose AnimationSheetRecorder to avoid leaks #133365
Conversation
b51daf7 to
2f07874
Compare
|
Thanks for handling this! |
Piinks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ddd61f0 to
141685b
Compare
|
auto label is removed for flutter/flutter/133365, due to - The status or check suite Google testing has failed. Please fix the issues identified (or deflake) before re-applying this label. |
141685b to
fb74e8d
Compare
|
auto label is removed for flutter/flutter/133365, due to - The status or check suite Mac customer_testing has failed. Please fix the issues identified (or deflake) before re-applying this label. |

This PR adds
AnimationSheetRecorder.dispose, which disposes all the images generated by the recorder, eliminating leaks.Fixes #133071.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.