From 22aeb0e86cf8b5e19240a9d57ba1538db3b117b7 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sun, 21 Jun 2026 14:12:19 +0800 Subject: [PATCH] fix: miss cleanup capture new session manager --- src/mango.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mango.c b/src/mango.c index 1684f9fc..40e7a120 100644 --- a/src/mango.c +++ b/src/mango.c @@ -2592,6 +2592,7 @@ void cleanuplisteners(void) { wl_list_remove(&new_foreign_toplevel_capture_request.link); wl_list_remove(&tearing_new_object.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) { wl_list_remove(&drm_lease_request.link); }