commit | 6e850a6900793e215c08b39d6490173488cb05ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 22:21:23 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 22:21:23 2021 +0200 |
tree | 03a360f240bdd152b4580d348fd948de396cd1c4 | |
parent | 2a4bd00cef1a291059903e26a126b84718e47804 [diff] [blame] |
patch 8.2.3241: Vim9: memory leak when function reports an error Problem: Vim9: memory leak when function reports an error. Solution: Clear the return value.
diff --git a/src/version.c b/src/version.c index 13b6425..897e3fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3241, +/**/ 3240, /**/ 3239,