Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[web] Fix possible invalid read during shutdown
The player may emit a listener event when shutting down, and since websockets didn't remove it's listener callback it would receive an event despite being deinitialized. This would lead to an invalid read by lws_cancel_service in listener_cb().
- Loading branch information