commit | d293981d2b76b40013143fe2302b910585e50808 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 17:09:05 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 17:09:05 2021 +0000 |
tree | 87e99a889ddfb0344376b4553a14963de88a25cb | |
parent | 94f3192b03ed27474db80b4d3a409e107140738b [diff] [blame] |
patch 8.2.3951: Vim9: memory leak when text after a nested function Problem: Vim9: memory leak when text after a nested function. Solution: Free the function if text is found after "enddef".
diff --git a/src/version.c b/src/version.c index 56d900d..649d2fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3951, +/**/ 3950, /**/ 3949,