]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1720: Vim9: memory leak with heredoc that isn't executed v8.2.1720
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Sep 2020 18:35:55 +0000 (20:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Sep 2020 18:35:55 +0000 (20:35 +0200)
commit078269bdce7e75d5693c7313d92a229786bb95ee
tree148a862c19fc9ae3d5d90f8c853ccaa090220705
parent10e4f12bf4cd08328618bbf4e57a15435296e586
patch 8.2.1720: Vim9: memory leak with heredoc that isn't executed

Problem:    Vim9: memory leak with heredoc that isn't executed. (Dominique
            PellĂ©)
Solution:   Don't clear the list items. (closes #6991)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c