mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
wayland backend: free seatName
This commit is contained in:
parent
8427749dd0
commit
3ea878b76e
3 changed files with 3 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ static void wlr_wl_backend_destroy(struct wlr_backend_state *state) {
|
|||
|
||||
list_free(state->devices);
|
||||
list_free(state->outputs);
|
||||
free(state->seatName);
|
||||
|
||||
wlr_egl_free(&state->egl);
|
||||
if (state->seat) wl_seat_destroy(state->seat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue