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

Memory Leak Causes App Crash over Time #216

Open
passsionforprogramming opened this issue Oct 1, 2023 · 2 comments
Open

Memory Leak Causes App Crash over Time #216

passsionforprogramming opened this issue Oct 1, 2023 · 2 comments

Comments

@passsionforprogramming
Copy link

This really should be fixed #186 as it was pointed out over a year ago. This was causing my app to crash and after looking through the code I noticed its because this video controller is not disposed.

I cloned the code to this package and disposed of the video controller myself and now my app no longer crashes and properly releases the resources.

It's a silent killer, because the memory will keep building over time, especially if you have a flow in your app where this is needed. Finally it will kill the app as the user gets to capacity.

@jackie-maxx
Copy link

i have the same issued on version 3.0.1

@com8599
Copy link

com8599 commented Apr 25, 2024

i have the same issued on version 3.0.1

so do i...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants