commit | 24f720998f852dd1ba861ec67d56625a507b915e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 07 20:43:54 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 07 20:43:54 2021 +0200 |
tree | fd0397bdbd10607958167ed3eb794ef202984e46 | |
parent | f06ab6ba388c1ac907adbbde95b63769f67bc59b [diff] [blame] |
patch 8.2.2844: Vim9: memory leak when using searchpair() Problem: Vim9: memory leak when using searchpair(). Solution: Free the v_instr field.
diff --git a/src/version.c b/src/version.c index 01c7792..68f05af 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2844, +/**/ 2843, /**/ 2842,