commit | 49439c4cdf7d2822255f292adda4226656fe144d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 23:07:05 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 23:07:05 2017 +0100 |
tree | 2007c8f88c26e6aab7ce8d2696d57eb8637ae28f | |
parent | e7877fe0de1426f8de9ada825e4f7b64810c7dbc [diff] [blame] |
patch 8.0.0344: unlet command leaks memory Problem: Unlet command leaks memory. (Nikolai Pavlov) Solution: Free the memory on error. (closes #1497)
diff --git a/src/version.c b/src/version.c index 5db4b11..7214854 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 344, +/**/ 343, /**/ 342,