commit | 9f1a39a5d1cd7989ada2d1cb32f97d84360e050f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 08 15:39:39 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 08 15:39:39 2022 +0000 |
tree | 9ea5c2c61d570af5fa2cee2e1a7ef6d6d107569e | |
parent | 67ffb417861a90fd2c1b215a42fd230272ed94cb [diff] [blame] |
patch 8.2.4040: keeping track of allocated lines is too complicated Problem: Keeping track of allocated lines in user functions is too complicated. Solution: Instead of freeing individual lines keep them all until the end.
diff --git a/src/version.c b/src/version.c index 542227c..9e4ae19 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4040, +/**/ 4039, /**/ 4038,