comparison src/alloc.c @ 32523:626c2806d2c1 v9.0.1593

patch 9.0.1593: MS-Windows: assert error when compiled with debug mode Commit: https://github.com/vim/vim/commit/3c240f608c38ef1af67e112e0e689751c003f946 Author: K.Takata <kentkt@csc.jp> Date: Wed May 31 12:47:45 2023 +0100 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 https://github.com/vim/vim/issues/12467)
author Bram Moolenaar <Bram@vim.org>
date Wed, 31 May 2023 14:00:06 +0200
parents 62237ea155d9
children bb5458706799
comparison
equal deleted inserted replaced
32522:63d12304694f 32523:626c2806d2c1
578 check_quickfix_busy(); 578 check_quickfix_busy();
579 # endif 579 # endif
580 # ifdef FEAT_EVAL 580 # ifdef FEAT_EVAL
581 free_resub_eval_result(); 581 free_resub_eval_result();
582 # endif 582 # endif
583 free_vbuf();
583 } 584 }
584 #endif 585 #endif
585 586
586 /* 587 /*
587 * Copy "p[len]" into allocated memory, ignoring NUL characters. 588 * Copy "p[len]" into allocated memory, ignoring NUL characters.