mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04: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;
|
ret = aborted || tll_length(wayl->terms) == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||||
|
|
||||||
out:
|
out:
|
||||||
shm_fini();
|
|
||||||
|
|
||||||
server_destroy(server);
|
server_destroy(server);
|
||||||
term_destroy(term);
|
term_destroy(term);
|
||||||
|
|
||||||
|
shm_fini();
|
||||||
wayl_destroy(wayl);
|
wayl_destroy(wayl);
|
||||||
fdm_destroy(fdm);
|
fdm_destroy(fdm);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue