mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
Destroy layout after display in examples/output-layout
This commit is contained in:
parent
568b0ffe2c
commit
ef5df78a27
@ -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 New Issue
Block a user