commit | 078269bdce7e75d5693c7313d92a229786bb95ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 21 20:35:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 21 20:35:55 2020 +0200 |
tree | 148a862c19fc9ae3d5d90f8c853ccaa090220705 | |
parent | 10e4f12bf4cd08328618bbf4e57a15435296e586 [diff] [blame] |
patch 8.2.1720: Vim9: memory leak with heredoc that isn't executed Problem: Vim9: memory leak with heredoc that isn't executed. (Dominique Pellé) Solution: Don't clear the list items. (closes #6991)
diff --git a/src/version.c b/src/version.c index 15c4976..a5cb6a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1720, +/**/ 1719, /**/ 1718,