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:
@@ -580,6 +580,7 @@ free_all_mem(void)
|
||||
# ifdef FEAT_EVAL
|
||||
free_resub_eval_result();
|
||||
# endif
|
||||
free_vbuf();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user