]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1733: Vim9: memory leaks when using nested function v8.2.1733
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Sep 2020 16:51:11 +0000 (18:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Sep 2020 16:51:11 +0000 (18:51 +0200)
commit4ee711f21389066fa157961feed17692fc16bf8e
treee02911ce60d4dd8d3f82e0ded8bda1fa6068520c
parent6bf1b52ba2816dffdbd0d994320abfb1586bf666
patch 8.2.1733: Vim9: memory leaks when using nested function

Problem:    Vim9: memory leaks when using nested function.
Solution:   Free function when compilation fails.
src/version.c
src/vim9compile.c