commit | 3fbcc128cbd2311819cc5a7bb89e45669860f008 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 19:19:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 19:19:53 2019 +0100 |
tree | b19f260ef8d85abbd8bc000900eb6ff145c563a6 | |
parent | d0337e360e9f0b51a1a5627239d80a45dee8c3be [diff] [blame] |
patch 8.2.0061: the execute stack can grow big and never shrinks Problem: The execute stack can grow big and never shrinks. Solution: Reduce the size in gargage collect.
diff --git a/src/version.c b/src/version.c index 3a22ca4..f68e29f 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 61, +/**/ 60, /**/ 59,