1
0
forked from aniani/vim

patch 8.2.3812: Vim9: leaking memory in numbered function test

Problem:    Vim9: leaking memory in numbered function test.
Solution:   Skip "g:" when checking for numbered function.  Clean up after
            errors properly.
This commit is contained in:
Bram Moolenaar
2021-12-15 12:06:43 +00:00
parent 7c0fb80030
commit 57bc2333b1
2 changed files with 45 additions and 20 deletions

View File

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