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

Investigate why leak tracker did not catch not disposed picture. #258

Open
polina-c opened this issue Dec 16, 2024 · 0 comments
Open

Investigate why leak tracker did not catch not disposed picture. #258

polina-c opened this issue Dec 16, 2024 · 0 comments
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures package:leak_tracker

Comments

@polina-c
Copy link
Contributor

This leak was caused by not disposed disposable, but leak tracker did not catch it: flutter/flutter#153678

This is a drafty PR that enables leak tracking for web and documents how to run it for running applications. I will send set of PRs to land the change.

But it is unclear why leak tracker did not catch the leak in both testWidgets and in the running application. We need either to fix the issue, or document as a limitation of leak tracker.

@polina-c polina-c added package:leak_tracker P1 A high priority bug; for example, a single project is unusable or has many test failures labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures package:leak_tracker
Projects
None yet
Development

No branches or pull requests

1 participant