]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4056: Vim9: memory leak when exporting function in autoload script v8.2.4056
authorBram Moolenaar <Bram@vim.org>
Mon, 10 Jan 2022 19:21:06 +0000 (19:21 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 10 Jan 2022 19:21:06 +0000 (19:21 +0000)
commit6990b78f253eb7f3ebd296fd5c8353e3da1cc8f2
tree90271e02d1725a343edcd00817ace34dd60c3603
parent5e6b9882fe0218ae4878f6ad0561c8654a2277d8
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.
src/scriptfile.c
src/version.c