]> granicus.if.org Git - vim/commit
patch 8.2.3241: Vim9: memory leak when function reports an error v8.2.3241
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Jul 2021 20:21:23 +0000 (22:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Jul 2021 20:21:23 +0000 (22:21 +0200)
commit6e850a6900793e215c08b39d6490173488cb05ce
tree03a360f240bdd152b4580d348fd948de396cd1c4
parent2a4bd00cef1a291059903e26a126b84718e47804
patch 8.2.3241: Vim9: memory leak when function reports an error

Problem:    Vim9: memory leak when function reports an error.
Solution:   Clear the return value.
src/userfunc.c
src/version.c