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

[objective_c] Memory leak in ns_input_stream_test.dart #1665

Open
liamappelbe opened this issue Oct 18, 2024 · 0 comments
Open

[objective_c] Memory leak in ns_input_stream_test.dart #1665

liamappelbe opened this issue Oct 18, 2024 · 0 comments

Comments

@liamappelbe
Copy link
Contributor

There's a memory leak in ns_input_stream_test.dart, but it's not reproducible in real apps. @brianquinlan has verified that DartInputStreamAdapter is correctly cleaned up in a flutter app. I've verified that the inputStream variable in both tests is being GC'd. So there's just an extra retain floating around in the test infrastructure that we haven't been able to track down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant