desktop-shell: Remove output_move listener on shutdown
https://bugs.freedesktop.org/show_bug.cgi?id=78138
This commit is contained in:
@@ -5976,6 +5976,7 @@ shell_destroy(struct wl_listener *listener, void *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
wl_list_remove(&shell->output_create_listener.link);
|
wl_list_remove(&shell->output_create_listener.link);
|
||||||
|
wl_list_remove(&shell->output_move_listener.link);
|
||||||
|
|
||||||
wl_array_for_each(ws, &shell->workspaces.array)
|
wl_array_for_each(ws, &shell->workspaces.array)
|
||||||
workspace_destroy(*ws);
|
workspace_destroy(*ws);
|
||||||
|
|||||||
Reference in New Issue
Block a user