commit | 6990b78f253eb7f3ebd296fd5c8353e3da1cc8f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 19:21:06 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 19:21:06 2022 +0000 |
tree | 90271e02d1725a343edcd00817ace34dd60c3603 | |
parent | 5e6b9882fe0218ae4878f6ad0561c8654a2277d8 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index e46a380..6b7f110 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4056, +/**/ 4055, /**/ 4054,