mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
main: destroy cached SHM buffers *after* terminals have been destroyed
This commit is contained in:
parent
fef07138b3
commit
1c7fb2869d
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
|
@ -228,10 +228,10 @@ main(int argc, char *const *argv)
|
|||
ret = aborted || tll_length(wayl->terms) == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
|
||||
out:
|
||||
shm_fini();
|
||||
|
||||
server_destroy(server);
|
||||
term_destroy(term);
|
||||
|
||||
shm_fini();
|
||||
wayl_destroy(wayl);
|
||||
fdm_destroy(fdm);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue