mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
When the monitor goes to sleep, the OpenAL context was not properly handled, resulting in a null pointer dereference and a crash. This fix ensures that the OpenAL context is created and set correctly, avoiding crashes under these conditions. Fixes: #15648