commit | c4297697761230489a025b3e39b992cca845b1b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 20:46:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 20:46:48 2021 +0200 |
tree | 38fc0043474ac06bb615ca6f6cb7a918f07cfd90 | |
parent | bb8a7ce0a1bcfafca715275dbadc2ead612f82dd [diff] [blame] |
patch 8.2.2748: Vim9: memory leak when calling :def function fails Problem: Vim9: memory leak when calling :def function fails. Solution: Jump to failed_early instead of returning.
diff --git a/src/version.c b/src/version.c index 9fca01a..fa3a9a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2748, +/**/ 2747, /**/ 2746,