mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
27163ff82c
Keeping `this` references in DASH uri callbacks leads to keeping DashParser instances in memory after unloading. Luckily this is only the issue in uncompiled mode, Closure Compiler handles it somehow. It is though better to fix it in case we change tooling some day.