commit | 48b1c21809553d3463b5ed6c2b3bc6d335663bb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 20:11:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 20:11:02 2020 +0200 |
tree | b218c28062c484652ac4a387ed7e61f7bad2fc3d | |
parent | d6a77f95ee1e8ab69366d4f2a3412beef4cec914 [diff] [blame] |
patch 8.2.0882: leaking memory when using reduce() Problem: Leaking memory when using reduce(). Solution: Free the intermediate value.
diff --git a/src/version.c b/src/version.c index e4641dc..81485ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 882, +/**/ 881, /**/ 880,