wayland backend: free seatName

This commit is contained in:
Dominique Martinet 2017-08-12 01:19:45 +02:00
parent 8427749dd0
commit 3ea878b76e
3 changed files with 3 additions and 1 deletions

View file

@ -25,7 +25,7 @@ struct wlr_backend_state {
struct wl_shell *shell;
struct wl_shm *shm;
struct wl_seat *seat;
const char *seatName;
char *seatName;
};
struct wlr_output_state {