We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.11.0
Chrome
Before freeing a loader instance, the destroy method is called
The loader is freed without calling destroy first
The text was updated successfully, but these errors were encountered:
Link #2123.
Sorry, something went wrong.
Free up references when destroying player to prevent memory leaks / i…
1132f29
…mprove GC Resolves #2104
f40e025
c02b5cf
c353e56
Successfully merging a pull request may close this issue.
What version of Hls.js are you using?
0.11.0
What browser and OS are you using?
Chrome
Checklist
Steps to reproduce
Expected behavior
Before freeing a loader instance, the destroy method is called
Actual behavior
The loader is freed without calling destroy first
The text was updated successfully, but these errors were encountered: