1
0
forked from aniani/vim

patch 8.2.2087: Vim9: memory leak when statement is truncated

Problem:    Vim9: memory leak when statement is truncated.
Solution:   Increment the number of local variables.
This commit is contained in:
Bram Moolenaar
2020-12-04 12:43:29 +01:00
parent 476268c387
commit 21e51221f2
2 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 */
/**/
2087,
/**/
2086,
/**/