commit | e031fe90cf2e375ce861ff5e5e281e4ad229ebb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 12:06:24 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 12:06:24 2021 +0000 |
tree | 8723b11cb324f35a8959b759ad94c106e3f62dad | |
parent | c7269f862748c3b0f56b5a651019e18c7d5190ee [diff] [blame] |
patch 8.2.3741: using freed memory in open command Problem: Using freed memory in open command. Solution: Make a copy of the current line.
diff --git a/src/version.c b/src/version.c index 6e1e30a..83326fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3741, +/**/ 3740, /**/ 3739,