mirror of
https://github.com/swaywm/sway.git
synced 2026-05-05 06:46:49 -04:00
Fix dynamic output disabling
Add missing wlr_output_destroy
This commit is contained in:
parent
bf0603cd2d
commit
ce4724b54e
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ void apply_output_config(struct output_config *oc, struct sway_container *output
|
||||||
container_destroy(output);
|
container_destroy(output);
|
||||||
wlr_output_layout_remove(root_container.sway_root->output_layout,
|
wlr_output_layout_remove(root_container.sway_root->output_layout,
|
||||||
wlr_output);
|
wlr_output);
|
||||||
|
wlr_output_destroy(wlr_output);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue