diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    428,
+/**/
     427,
 /**/
     426,