0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 9.0.1593: MS-Windows: assert error when compiled with debug mode

Problem:    MS-Windows: assert error when compiled with debug mode.
Solution:   Adjust arguments to setvbuf(). (Ken Takata, closes #12467)
This commit is contained in:
K.Takata
2023-05-31 12:47:45 +01:00
committed by Bram Moolenaar
parent 29b4c513b1
commit 3c240f608c
4 changed files with 30 additions and 3 deletions

View File

@@ -580,6 +580,7 @@ free_all_mem(void)
# ifdef FEAT_EVAL
free_resub_eval_result();
# endif
free_vbuf();
}
#endif