mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-05 13:29:54 -05:00
fix: crash disabling monitor with locked surface
This commit is contained in:
parent
1d5a79746d
commit
fe49326742
1 changed files with 2 additions and 0 deletions
|
|
@ -2938,6 +2938,8 @@ void cleanupmon(struct wl_listener *listener, void *data) {
|
|||
wl_list_remove(&m->frame.link);
|
||||
wl_list_remove(&m->link);
|
||||
wl_list_remove(&m->request_state.link);
|
||||
if (m->lock_surface)
|
||||
destroylocksurface(&m->destroy_lock_surface, NULL);
|
||||
m->wlr_output->data = NULL;
|
||||
wlr_output_layout_remove(output_layout, m->wlr_output);
|
||||
wlr_scene_output_destroy(m->scene_output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue