commit | c56936e2ba4fd219f56aab616fcb283132455697 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 11:43:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 11:43:56 2020 +0100 |
tree | 3cd2ce6704c282b64d95f29f9e17b936fde2a080 | |
parent | f883508e36c209d60388b944e04e22a3fcf603cf [diff] [blame] |
patch 8.2.1971: memory leak when map() fails Problem: Memory leak when map() fails. Solution: Clear the typval.
diff --git a/src/version.c b/src/version.c index 8cf37f0..91477bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1971, +/**/ 1970, /**/ 1969,