commit | 844fb64a605d60131827503a001b2d1aa232b078 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 23 13:32:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 23 13:32:30 2021 +0100 |
tree | 60451abfc3dac8be70ce364c4f8dd1d1164d298a | |
parent | ee56f3f119c4378a5b62b4d504cff3373b363308 [diff] [blame] |
patch 8.2.3560: using freed memory with lambda Problem: Using freed memory with lambda. Solution: Do not free lines early, keep them until the expression is finished.
diff --git a/src/version.c b/src/version.c index 4381877..a1714eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3560, +/**/ 3559, /**/ 3558,