]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2703: Vim9: memory leak when failing on locked variable v8.2.2703
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Apr 2021 17:32:44 +0000 (19:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Apr 2021 17:32:44 +0000 (19:32 +0200)
commit6e50ec2f0af85940e40ed3f897bfcfa445adbb0e
treeaa5f2683823ba14f52c0ec31fdf9e5c2e66523a6
parentc17ba791a9edfa12926ce29f1eef39044bee5ab7
patch 8.2.2703: Vim9: memory leak when failing on locked variable

Problem:    Vim9: memory leak when failing on locked variable.
Solution:   Free the memory.
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9execute.c