Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix memory leak on SimpleAbrManager (#5478)
closes [#5477](#5477) Moving `this.onNetworkInformationChange_ = null;` before creating the navigator.connection event listener. Currently it resets it to null after creating the listener so the release() wont be able to remove the eventlistener
- Loading branch information