From 1f8854f2172b124572f53976b9067fc4ef33a8a1 Mon Sep 17 00:00:00 2001
From: emersion <contact@emersion.fr>
Date: Mon, 12 Mar 2018 09:00:59 +0100
Subject: [PATCH] rootston: remove xdg-shell-v6 map/unmap listeners on destroy

---
 rootston/xdg_shell_v6.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rootston/xdg_shell_v6.c b/rootston/xdg_shell_v6.c
index 4591f642..12e22afb 100644
--- a/rootston/xdg_shell_v6.c
+++ b/rootston/xdg_shell_v6.c
@@ -309,6 +309,8 @@ static void handle_destroy(struct wl_listener *listener, void *data) {
 	wl_list_remove(&roots_xdg_surface->surface_commit.link);
 	wl_list_remove(&roots_xdg_surface->destroy.link);
 	wl_list_remove(&roots_xdg_surface->new_popup.link);
+	wl_list_remove(&roots_xdg_surface->map.link);
+	wl_list_remove(&roots_xdg_surface->unmap.link);
 	wl_list_remove(&roots_xdg_surface->request_move.link);
 	wl_list_remove(&roots_xdg_surface->request_resize.link);
 	wl_list_remove(&roots_xdg_surface->request_maximize.link);