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 memory leaks #3517

Open
wb9688 opened this issue May 3, 2020 · 0 comments
Open

Fix memory leaks #3517

wb9688 opened this issue May 3, 2020 · 0 comments
Labels
bug Issue is related to a bug

Comments

@wb9688
Copy link
Contributor

wb9688 commented May 3, 2020

Currently there are a lot of memory leaks in NewPipe. These are mainly caused by 2 things:

  1. References to Views not set to null in onDestroyView() for fragments or in onDestroy() for activities.
  2. Disposables not being stored and disposed in onDestroy().
@wb9688 wb9688 added the bug Issue is related to a bug label May 3, 2020
@wb9688 wb9688 mentioned this issue May 31, 2020
59 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

1 participant