mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 02:28:08 +02:00
toytoolkit: Remove redundant XKB free
We already unref these in fini_xkb(). Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
61d67df18b
commit
d4756b7955
1 changed files with 0 additions and 5 deletions
|
|
@ -3338,11 +3338,6 @@ input_destroy(struct input *input)
|
|||
input_remove_keyboard_focus(input);
|
||||
input_remove_pointer_focus(input);
|
||||
|
||||
if (input->xkb.state)
|
||||
xkb_state_unref(input->xkb.state);
|
||||
if (input->xkb.keymap)
|
||||
xkb_map_unref(input->xkb.keymap);
|
||||
|
||||
if (input->drag_offer)
|
||||
data_offer_destroy(input->drag_offer);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue