comparison src/version.c @ 19744:eb4887dd4b60 v8.2.0428

patch 8.2.0428: buffer name may leak Commit: https://github.com/vim/vim/commit/d5bc32df207eae408263ae6ab737771365d0bca1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 22 19:25:50 2020 +0100 patch 8.2.0428: buffer name may leak Problem: Buffer name may leak. Solution: Free the buffer name before overwriting it.
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Mar 2020 19:30:04 +0100
parents 810eee1b42e3
children 1da2fb80b512
comparison
equal deleted inserted replaced
19743:456d9eee3c81 19744:eb4887dd4b60
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 428,
741 /**/ 743 /**/
742 427, 744 427,
743 /**/ 745 /**/
744 426, 746 426,
745 /**/ 747 /**/