commit | 518df27ebe23033a25304d3826187c27bfa53c01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 17:34:13 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 17:34:13 2021 +0200 |
tree | 2a759c254f983271afa6a0ef4ff2cba7435688f1 | |
parent | 99285550a9957e2c8669f183557944c6513c4875 [diff] [blame] |
patch 8.2.2953: Vim9: leaking memory when using heredoc script Problem: Vim9: leaking memory when using heredoc script. Solution: Free the first line.
diff --git a/src/version.c b/src/version.c index 59cd0ce..1e9a787 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2953, +/**/ 2952, /**/ 2951,