1
0
forked from aniani/vim

patch 8.2.4056: Vim9: memory leak when exporting function in autoload script

Problem:    Vim9: memory leak when exporting function in autoload script.
Solution:   Fee the name if replacing it.
This commit is contained in:
Bram Moolenaar
2022-01-10 19:21:06 +00:00
parent 5e6b9882fe
commit 6990b78f25
2 changed files with 3 additions and 0 deletions

View File

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