1
0
forked from aniani/vim

patch 8.2.1720: Vim9: memory leak with heredoc that isn't executed

Problem:    Vim9: memory leak with heredoc that isn't executed. (Dominique
            Pellé)
Solution:   Don't clear the list items. (closes #6991)
This commit is contained in:
Bram Moolenaar
2020-09-21 20:35:55 +02:00
parent 10e4f12bf4
commit 078269bdce
3 changed files with 20 additions and 7 deletions

View File

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