aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/server.c b/sway/server.c
index 2a0dc1e7..94d0fae2 100644
--- a/sway/server.c
+++ b/sway/server.c
@@ -399,6 +399,7 @@ void server_fini(struct sway_server *server) {
399 wlr_xwayland_destroy(server->xwayland.wlr_xwayland); 399 wlr_xwayland_destroy(server->xwayland.wlr_xwayland);
400#endif 400#endif
401 wl_display_destroy_clients(server->wl_display); 401 wl_display_destroy_clients(server->wl_display);
402 wlr_backend_destroy(server->backend);
402 wl_display_destroy(server->wl_display); 403 wl_display_destroy(server->wl_display);
403 list_free(server->dirty_nodes); 404 list_free(server->dirty_nodes);
404} 405}