commit | dec07510bbdf335a2de3d63591231a90ef3e4c80 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 23:11:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 23:11:10 2020 +0200 |
tree | ce99ccd420a5b9ea201baa966b381f016f52cfe4 | |
parent | b185a4074515f576b420cfc7a5a07f840cf6b51f [diff] [blame] |
patch 8.2.1709: Vim9: memory leak when using multiple closures Problem: Vim9: memory leak when using multiple closures. Solution: Free the partial.
diff --git a/src/version.c b/src/version.c index 2701c79..60aa105 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1709, +/**/ 1708, /**/ 1707,