1
0
forked from aniani/vim

patch 8.2.2703: Vim9: memory leak when failing on locked variable

Problem:    Vim9: memory leak when failing on locked variable.
Solution:   Free the memory.
This commit is contained in:
Bram Moolenaar
2021-04-03 19:32:44 +02:00
parent c17ba791a9
commit 6e50ec2f0a
3 changed files with 10 additions and 1 deletions

View File

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