]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2023: Vim: memory leak when :execute fails v8.2.2023
authorBram Moolenaar <Bram@vim.org>
Sat, 21 Nov 2020 10:45:50 +0000 (11:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 Nov 2020 10:45:50 +0000 (11:45 +0100)
commitc71ee829efa948eefec3b8f0dbacf172fc1a4992
treeddb7be7996ae83d8b5048ade69e3e892b8e099ed
parent95388e3179f6b995dbc4acd3f23e3856bb0286fd
patch 8.2.2023: Vim: memory leak when :execute fails

Problem:    Vim: memory leak when :execute fails.
Solution:   Clear the growarray.
src/version.c
src/vim9execute.c