Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By the time seatop_allows_events was called, seatop_impl was already NULL, causing the function to always return false. This means a press event was sent to clients without a corresponding release event. This patch moves the call to seatop_finish to after the seatop_allows_events check.
- Loading branch information