1
0
forked from aniani/vim

patch 8.2.3059: Vim9: memory leak when using lambda

Problem:    Vim9: memory leak when using lambda.
Solution:   Do not store the default value strings when skipping.
This commit is contained in:
Bram Moolenaar
2021-06-26 22:17:35 +02:00
parent 015cf10311
commit e3ffaa6b7c
2 changed files with 23 additions and 18 deletions

View File

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