commit | c05fe07529f10fc32a2086cb44a708520c8d14ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 21:30:48 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 21:30:48 2021 +0100 |
tree | 1f37c1ed97492d11eda2664369798f6c1f3f1dad | |
parent | 4efd9948291801bffebf36b4a9910d08ff981987 [diff] [blame] |
patch 8.2.2406: Vim9: profiled :def function leaks memory Problem: Vim9: profiled :def function leaks memory. Solution: Delete the profiled instructions.
diff --git a/src/version.c b/src/version.c index 136448a..5153086 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2406, +/**/ 2405, /**/ 2404,