summaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index c0067493..f14e9b9a 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -197,6 +197,7 @@ static struct sway_container *container_workspace_destroy(
197 } 197 }
198 } 198 }
199 199
200 free(workspace->sway_workspace);
200 _container_destroy(workspace); 201 _container_destroy(workspace);
201 202
202 output_damage_whole(output->sway_output); 203 output_damage_whole(output->sway_output);