aboutsummaryrefslogtreecommitdiffstats
path: root/sway/decoration.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/decoration.c')
-rw-r--r--sway/decoration.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/decoration.c b/sway/decoration.c
index a6007c2e..849fa89c 100644
--- a/sway/decoration.c
+++ b/sway/decoration.c
@@ -13,7 +13,6 @@ static void server_decoration_handle_destroy(struct wl_listener *listener,
13 wl_list_remove(&deco->destroy.link); 13 wl_list_remove(&deco->destroy.link);
14 wl_list_remove(&deco->mode.link); 14 wl_list_remove(&deco->mode.link);
15 wl_list_remove(&deco->link); 15 wl_list_remove(&deco->link);
16 free(deco->wlr_server_decoration);
17 free(deco); 16 free(deco);
18} 17}
19 18