mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
examples/output-layout: destroy wl_display
Thanks @tobiasblass for pointing this out. See #1017.
This commit is contained in:
parent
f076cc45ee
commit
0c1f50168b
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ int main(int argc, char *argv[]) {
|
|||
wl_display_run(display);
|
||||
|
||||
wlr_texture_destroy(state.cat_texture);
|
||||
wlr_renderer_destroy(state.renderer);
|
||||
|
||||
wlr_output_layout_destroy(state.layout);
|
||||
wl_display_destroy(state.display);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue