mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
Destroy layout after display in examples/output-layout
This commit is contained in:
parent
568b0ffe2c
commit
ef5df78a27
1 changed files with 1 additions and 1 deletions
|
@ -291,6 +291,6 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
wlr_texture_destroy(state.cat_texture);
|
||||
|
||||
wlr_output_layout_destroy(state.layout);
|
||||
wl_display_destroy(state.display);
|
||||
wlr_output_layout_destroy(state.layout);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue