-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Memory Leaks on iOS #23231
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
Comments
Flutter 0.8.2 is a bit outdated. I think there also were some related changes recently. |
I rebuild with master, and there are still several leaks.
|
@dddrop thanks for checking! |
with master, the leak seems to be decreasing. I want to cherry-pick the fix, if you know, could you tell me the related commit? |
we did another test on only Text that fetch data from apis, and also found leaks. So maybe these leaks are caused by network task? |
I believe this has been fixed. I'm going to close this - please feel free to re-open with a full reproduction if you're still seeing leaks. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Steps to Reproduce
Our team received some crash report about memory leaks from a ListView. By testing, we found a weird things that just happens on a release build(or Profiling).
We simplify our code like:
imageURLs
.and detect memory leaks by scrolling the ListView.
btw, it problem not happens on a text list.
Logs
flutter docker -v
:The text was updated successfully, but these errors were encountered: