1
0
forked from aniani/vim

patch 8.2.2663: Vim9: leaking memory when inline function has an error

Problem:    Vim9: leaking memory when inline function has an error.
Solution:   Free the partially allocated function.
This commit is contained in:
Bram Moolenaar
2021-03-27 15:40:11 +01:00
parent 7007e31bde
commit 79efa2e3b3
2 changed files with 11 additions and 4 deletions

View File

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