commit f2d153f6cc85fe81472885ab2747f62d17c6e6f2 parent 862bd850cb2ca792e2b0c02bf2a5573e584503e7 Author: Frederic Cambus <fred@statdns.com> Date: Fri, 26 Oct 2018 18:39:49 +0200 Call ansilove_clean() before exiting Diffstat:
M | src/main.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main.c b/src/main.c @@ -364,5 +364,7 @@ int main(int argc, char *argv[]) { } } + ansilove_clean(&ctx); + return EXIT_SUCCESS; }