]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0820: memory leak with empty shell command v9.0.0821
authorBram Moolenaar <Bram@vim.org>
Mon, 31 Oct 2022 12:24:12 +0000 (12:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 31 Oct 2022 12:24:12 +0000 (12:24 +0000)
commit86e6717ace4f5e00eaeb84b59e3fc92bca548155
tree58860abae059255fe3cc2c6966933c9f7975acfa
parent03d6e6f42b0deeb02d52c8a48c14abe431370c1c
patch 9.0.0820: memory leak with empty shell command

Problem:    Memory leak with empty shell command.
Solution:   Free the empty string.
src/errors.h
src/evalwindow.c
src/testdir/test_window_cmd.vim
src/version.c