From 7ca49467cc8ced9381d66f10a0f0434b006ebff5 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Mon, 14 Aug 2023 14:36:48 +0900 Subject: [PATCH] compositor: Disconnect link of request_move on destroy Change-Id: I8ac47c3e1add61364e835a18df2eb31a20f0ebc0 --- src/bin/e_compositor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_compositor.c b/src/bin/e_compositor.c index 9de1d10..48fef97 100644 --- a/src/bin/e_compositor.c +++ b/src/bin/e_compositor.c @@ -1086,6 +1086,7 @@ _e_subsurface_destroy(E_Subsurface *sub) { ELOGF("SUBSURFACE", "Destroy", sub->surface->ec); e_comp_wl_client_subsurface_finish(sub->surface->ec); + wl_list_remove(&sub->request_move.link); wl_list_remove(&sub->parent_surface_destroy.link); wl_list_remove(&sub->cached.link); wl_list_remove(&sub->surface_destroy.link); -- 2.7.4