mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-15 11:18:09 +02:00
compositor: destroy modifier_binding_list
Signed-off-by: Ryo Munakata <ryomnktml@gmail.com> Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
parent
179c186e19
commit
27135af4d4
1 changed files with 1 additions and 0 deletions
|
|
@ -4558,6 +4558,7 @@ weston_compositor_shutdown(struct weston_compositor *ec)
|
|||
ec->renderer->destroy(ec);
|
||||
|
||||
weston_binding_list_destroy_all(&ec->key_binding_list);
|
||||
weston_binding_list_destroy_all(&ec->modifier_binding_list);
|
||||
weston_binding_list_destroy_all(&ec->button_binding_list);
|
||||
weston_binding_list_destroy_all(&ec->touch_binding_list);
|
||||
weston_binding_list_destroy_all(&ec->axis_binding_list);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue