1
0
forked from aniani/vim

patch 8.2.4076: memory leak in autoload import

Problem:    Memory leak in autoload import.
Solution:   Do not overwrite the autoload prefix.
This commit is contained in:
Bram Moolenaar
2022-01-13 13:47:43 +00:00
parent 78a70533c3
commit 71930f174d
2 changed files with 4 additions and 1 deletions

View File

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