mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 12:28:04 +02:00
xwayland: Remove transform listener when destroying the wm
Fix a segfault occuring after the last X window was closed.
This commit is contained in:
parent
8cb42738af
commit
89f11d87ea
1 changed files with 1 additions and 0 deletions
|
|
@ -1801,6 +1801,7 @@ weston_wm_destroy(struct weston_wm *wm)
|
|||
wl_list_remove(&wm->selection_listener.link);
|
||||
wl_list_remove(&wm->activate_listener.link);
|
||||
wl_list_remove(&wm->kill_listener.link);
|
||||
wl_list_remove(&wm->transform_listener.link);
|
||||
|
||||
free(wm);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue