mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
Merge pull request #871 from agx/layer-shell-crash
rootston: don't crash on shutdown
This commit is contained in:
commit
7c8c81c3a4
1 changed files with 4 additions and 2 deletions
|
@ -270,8 +270,10 @@ static void handle_destroy(struct wl_listener *listener, void *data) {
|
|||
wl_list_remove(&layer->map.link);
|
||||
wl_list_remove(&layer->unmap.link);
|
||||
wl_list_remove(&layer->surface_commit.link);
|
||||
if (layer->layer_surface->output) {
|
||||
wl_list_remove(&layer->output_destroy.link);
|
||||
arrange_layers((struct roots_output *)layer->layer_surface->output->data);
|
||||
}
|
||||
free(layer);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue