commit | 497f76bfbf9d5fe951221573d23696bb9e512c0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 09 16:44:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 09 16:44:22 2020 +0200 |
tree | 5e181f427107df0f001635125fda7189e659d9f4 | |
parent | b1062eb23e7a7a8b44f3416e79c3b28aa6c6c229 [diff] [blame] |
patch 8.2.0721: Vim9: leaking memory when skipping Problem: Vim9: leaking memory when skipping. Solution: Disable skipping in generate_ppconst().
diff --git a/src/version.c b/src/version.c index 456516f..f51f51d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 721, +/**/ 720, /**/ 719,