aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 03ff89b5..ec481596 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -949,6 +949,7 @@ void view_child_destroy(struct sway_view_child *child) {
949 wl_list_remove(&child->surface_commit.link); 949 wl_list_remove(&child->surface_commit.link);
950 wl_list_remove(&child->surface_destroy.link); 950 wl_list_remove(&child->surface_destroy.link);
951 wl_list_remove(&child->view_unmap.link); 951 wl_list_remove(&child->view_unmap.link);
952 wl_list_remove(&child->surface_new_subsurface.link);
952 953
953 if (child->impl && child->impl->destroy) { 954 if (child->impl && child->impl->destroy) {
954 child->impl->destroy(child); 955 child->impl->destroy(child);