mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 22:43:58 +01:00
server: fix wlr_seat use-after-free on exit
Same as [1]. I originally tried to properly handle seat destruction, but that turned out to be a can of worms [2]. [1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4590 [2]: https://github.com/swaywm/sway/pull/8034
This commit is contained in:
parent
5e18ed3cf0
commit
165068f6ec
@ -399,6 +399,7 @@ void server_fini(struct sway_server *server) {
|
||||
wlr_xwayland_destroy(server->xwayland.wlr_xwayland);
|
||||
#endif
|
||||
wl_display_destroy_clients(server->wl_display);
|
||||
wlr_backend_destroy(server->backend);
|
||||
wl_display_destroy(server->wl_display);
|
||||
list_free(server->dirty_nodes);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user