]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3001: Vim9: memory leak when compilation fails v8.2.3001
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Jun 2021 09:27:21 +0000 (11:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Jun 2021 09:27:21 +0000 (11:27 +0200)
commitcaf1a2f296499bdcf030aca545a04da65ac210a1
tree517a577affee36cfd5df2c553e57149144ace7ca
parent3b814af7e1e7ca18fe1c8c671b18e5e8c1f9e94c
patch 8.2.3001: Vim9: memory leak when compilation fails

Problem:    Vim9: memory leak when compilation fails.
Solution:   Free the list of variable names.
src/version.c
src/vim9compile.c