1
0
forked from aniani/vim

patch 8.2.2101: Vim9: memory leak when literal dict has an error

Problem:    Vim9: memory leak when literal dict has an error and when an
            expression is not complete.
Solution:   Clear the typval and the growarray.
This commit is contained in:
Bram Moolenaar
2020-12-06 16:03:55 +01:00
parent 67322bf74a
commit 8bb0f5472c
3 changed files with 6 additions and 0 deletions

View File

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