diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/tree/root.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/root.c b/sway/tree/root.c index 478df00c..dc51c3be 100644 --- a/sway/tree/root.c +++ b/sway/tree/root.c @@ -53,7 +53,6 @@ void root_destroy(struct sway_root *root) { list_free(root->scratchpad); list_free(root->non_desktop_outputs); list_free(root->outputs); - wlr_output_layout_destroy(root->output_layout); free(root); } |