release some memory before exit under Windows

This commit is contained in:
nhmall
2024-11-11 16:50:57 -05:00
parent fd0b67de4d
commit 7414b906b2
4 changed files with 35 additions and 17 deletions

View File

@@ -1128,8 +1128,6 @@ consoletty_open(int mode)
void
consoletty_exit(void)
{
/* frees some status tracking data */
genl_status_finish();
/* go back to using the safe routines */
safe_routines();
free_custom_colors();