commit | 1ea88a3e12e5f6afc5353cd0d6e6d4f4a89ced94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 29 21:00:27 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 29 21:00:27 2018 +0100 |
tree | d29c21ca473e027fd1689d8d4de192bd1b82ce9c | |
parent | ced198d4b4efae75417e4366354679db2d0ec68e [diff] [blame] |
patch 8.1.0660: sign_cleanup() may leak memory Problem: sign_cleanup() may leak memory. Solution: Free the group name before returning. Add a few more tests. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index e76bf4b..c98fc50 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 660, +/**/ 659, /**/ 658,