1
0
forked from aniani/vim

patch 8.2.0715: Vim9: leaking memory

Problem:    Vim9: leaking memory.
Solution:   Free strings after concatenating them.
This commit is contained in:
Bram Moolenaar
2020-05-07 22:23:58 +02:00
parent f0eefce93b
commit cca34aa4be
2 changed files with 4 additions and 0 deletions

View File

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