Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wayland: Check the returned display value for null
In reality, this condition will never occur, since the index is checked before calling the display retrieval function, but aggressive LTO with jump threading can generate a warning if this isn't explicitly checked.
- Loading branch information