--- freem/src/init.c 2026/03/14 21:04:51 1.17 +++ freem/src/init.c 2026/03/19 19:03:58 1.18 @@ -1,5 +1,5 @@ /* - * $Id: init.c,v 1.17 2026/03/14 21:04:51 snw Exp $ + * $Id: init.c,v 1.18 2026/03/19 19:03:58 snw Exp $ * FreeM initialization * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: init.c,v $ + * Revision 1.18 2026/03/19 19:03:58 snw + * Attempt to rectify terminal corruption problem when the user performs a gracious exit + * * Revision 1.17 2026/03/14 21:04:51 snw * Fix segfault in OPEN command with I/O channel specified but no file * @@ -765,9 +768,7 @@ void cleanup (void) unlink (pid_file_path); } - } - - + } free (buff); /* free previously allocated space */ free (svntable);