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: Patch a memory leak caused by un-removed track listener(s). #3975

Merged
merged 1 commit into from
Feb 7, 2017

Conversation

misteroneill
Copy link
Member

In investigating some memory issues in our player, I found this one in Video.js. Some of these listener(s) could be left behind leaving TextTrackList objects (and other related references) hanging around after player disposal.

Requirements Checklist

  • Feature implemented / Bug fixed
  • Reviewed by Two Core Contributors

@misteroneill misteroneill changed the base branch from master to 5.x January 24, 2017 15:20
@gkatsev gkatsev added the 5.x label Feb 2, 2017
@gkatsev gkatsev merged commit bca44c0 into videojs:5.x Feb 7, 2017
@misteroneill misteroneill deleted the fix-mem-leak branch February 8, 2017 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants