Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input: fix memory leak with scalable input and nonscalable commands
With scalable input source, scale_units can be 0, and cmd is not freed. Fix this by freeing cmd when scale_units is 0. Fixes: 9371286
- Loading branch information