]> granicus.if.org Git - vim/commit
patch 9.0.0785: memory leak with empty shell command v9.0.0785
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Oct 2022 19:00:26 +0000 (20:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Oct 2022 19:00:26 +0000 (20:00 +0100)
commit9652249a2d02318a28a63a7b5711f25652e8f969
tree3b6ed750e0944859ce1d96e57c0a1d992f403c3f
parentb99e6e6c5fbabbade6431fb555c4fe7409a9269a
patch 9.0.0785: memory leak with empty shell command

Problem:    Memory leak with empty shell command.
Solution:   Free the allocated memory when bailing out.
src/ex_cmds.c
src/version.c