mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-11 11:49:50 +00:00
Our understanding of what's going on here might be incorrect, but it seems like we're getting this callback at a point where we shouldn't be able to, with a device we've already closed. If we're on the wrong track, this code should still be harmless; it just verifies a device is still in the open list before dereferencing it. Reference Issue #10432.