commit | 31842cd0772b557eb9584a13740430db29de8a51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 22:10:21 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 22:10:21 2021 +0100 |
tree | 14e2d6a59a117e2d2b951e6e21022e573ba2bca3 | |
parent | 44ec21c467ddf481b422c787324ea08f375f6942 [diff] [blame] |
patch 8.2.2505: Vim9: crash after defining function with invalid return type Problem: Vim9: crash after defining function with invalid return type. Solution: Clear function growarrays. Fix memory leak.
diff --git a/src/version.c b/src/version.c index 465b5b0..6ec23a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2505, +/**/ 2504, /**/ 2503,