Diff for /freem/src/init.c between versions 1.17 and 1.18

version 1.17, 2026/03/14 21:04:51 version 1.18, 2026/03/19 19:03:58
Line 24 Line 24
  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.   *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
  *   *
  *   $Log$   *   $Log$
    *   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   *   Revision 1.17  2026/03/14 21:04:51  snw
  *   Fix segfault in OPEN command with I/O channel specified but no file   *   Fix segfault in OPEN command with I/O channel specified but no file
  *   *
Line 765  void cleanup (void) Line 768  void cleanup (void)
             unlink (pid_file_path);              unlink (pid_file_path);
         }          }
   
     }      }  
           
       
           
     free (buff);            /* free previously allocated space */      free (buff);            /* free previously allocated space */
     free (svntable);      free (svntable);

Removed from v.1.17  
changed lines
  Added in v.1.18


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>