commit | 86e6717ace4f5e00eaeb84b59e3fc92bca548155 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 31 12:24:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 31 12:24:12 2022 +0000 |
tree | 58860abae059255fe3cc2c6966933c9f7975acfa | |
parent | 03d6e6f42b0deeb02d52c8a48c14abe431370c1c [diff] [blame] |
patch 9.0.0820: memory leak with empty shell command Problem: Memory leak with empty shell command. Solution: Free the empty string.
diff --git a/src/version.c b/src/version.c index 2d2ae6a..58f17e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 821, +/**/ 820, /**/ 819,