1
0
forked from aniani/vim

patch 8.2.3241: Vim9: memory leak when function reports an error

Problem:    Vim9: memory leak when function reports an error.
Solution:   Clear the return value.
This commit is contained in:
Bram Moolenaar
2021-07-28 22:21:23 +02:00
parent 2a4bd00cef
commit 6e850a6900
2 changed files with 5 additions and 0 deletions

View File

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