]> granicus.if.org Git - vim/commit
patch 9.0.0820: memory leak with empty shell command v9.0.0820
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Oct 2022 20:53:08 +0000 (21:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Oct 2022 20:53:08 +0000 (21:53 +0100)
commit03d6e6f42b0deeb02d52c8a48c14abe431370c1c
tree293ef86f93e032c3111986f46ea7895ce30e89fb
parent1577537f109d97a975fda9a899cacfb598617767
patch 9.0.0820: memory leak with empty shell command

Problem:    Memory leak with empty shell command.
Solution:   Free the empty string.
src/ex_cmds.c
src/version.c