]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0554: using freed memory when command follows lambda v9.0.0554
authorBram Moolenaar <Bram@vim.org>
Fri, 23 Sep 2022 11:44:25 +0000 (12:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 23 Sep 2022 11:44:25 +0000 (12:44 +0100)
commitf8addf1ca1d8c7801f6dded2341b7084d2b93e5e
tree419cf1a57caa244652d839ea1b2331329c3f0c77
parentf5f4e85f0189790ab81c0005b703604721db13d4
patch 9.0.0554: using freed memory when command follows lambda

Problem:    Using freed memory when command follows lambda.
Solution:   Don't free what is still in use. (closes #11201)
src/eval.c
src/testdir/test_vim9_func.vim
src/version.c
src/vim9expr.c