commit | 71930f174d47ef7765e9180df58f597cec71dec7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 13:47:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 13:47:43 2022 +0000 |
tree | d3c215d50e993949acfcadb03508a27c0fb9333b | |
parent | 78a70533c3707aa50cbf998c7807221945aa9787 [diff] [blame] |
patch 8.2.4076: memory leak in autoload import Problem: Memory leak in autoload import. Solution: Do not overwrite the autoload prefix.
diff --git a/src/version.c b/src/version.c index ba6e5da..06d71fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4076, +/**/ 4075, /**/ 4074,