commit | 79efa2e3b3cdab8c21d95ba4ed9cb573566af531 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 27 15:40:11 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 27 15:40:11 2021 +0100 |
tree | d89b324257615919ee01cf30698c636b54ed18eb | |
parent | 7007e31bde75b6360a1b54c7572e4f855458f37d [diff] [blame] |
patch 8.2.2663: Vim9: leaking memory when inline function has an error Problem: Vim9: leaking memory when inline function has an error. Solution: Free the partially allocated function.
diff --git a/src/version.c b/src/version.c index 60fe36f..2b63d6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2663, +/**/ 2662, /**/ 2661,