mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-03 00:06:47 -04:00
fix: miss cleanup capture new session manager
This commit is contained in:
parent
0fc7559c3c
commit
22aeb0e86c
1 changed files with 1 additions and 0 deletions
|
|
@ -2592,6 +2592,7 @@ void cleanuplisteners(void) {
|
||||||
wl_list_remove(&new_foreign_toplevel_capture_request.link);
|
wl_list_remove(&new_foreign_toplevel_capture_request.link);
|
||||||
wl_list_remove(&tearing_new_object.link);
|
wl_list_remove(&tearing_new_object.link);
|
||||||
wl_list_remove(&keyboard_shortcuts_inhibit_new_inhibitor.link);
|
wl_list_remove(&keyboard_shortcuts_inhibit_new_inhibitor.link);
|
||||||
|
wl_list_remove(&ext_image_copy_capture_mgr_new_session.link);
|
||||||
if (drm_lease_manager) {
|
if (drm_lease_manager) {
|
||||||
wl_list_remove(&drm_lease_request.link);
|
wl_list_remove(&drm_lease_request.link);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue