]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1869: Vim9: memory leak when using add() v8.2.1869
authorBram Moolenaar <Bram@vim.org>
Mon, 19 Oct 2020 21:01:46 +0000 (23:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 19 Oct 2020 21:01:46 +0000 (23:01 +0200)
commit955347cc7e78352a5d49540573ae958ad45e6386
tree149f66c1554417c4686a411f683a91eb74517a50
parent9a13e185e5de95b150555134b34030bd47c4e22b
patch 8.2.1869: Vim9: memory leak when using add()

Problem:    Vim9: memory leak when using add().
Solution:   Free the added item.
src/version.c
src/vim9execute.c