1
0
forked from aniani/vim

patch 8.2.0428: buffer name may leak

Problem:    Buffer name may leak.
Solution:   Free the buffer name before overwriting it.
This commit is contained in:
Bram Moolenaar
2020-03-22 19:25:50 +01:00
parent 7929651e05
commit d5bc32df20
2 changed files with 12 additions and 2 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
428,
/**/
427,
/**/