commit | 508b5618ec0bc6d1edff71e04d99280a2a51df9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 18:17:26 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 18:17:26 2021 +0100 |
tree | 76b042cae6c7fcdc83a3a2ba996da6f0b6a75a5a | |
parent | 66c50c565321d4d49d8d5620912e5e8fe4825644 [diff] [blame] |
patch 8.2.2279: Vim9: memory leak with catch in skipped block Problem: Vim9: memory leak with catch in skipped block. Solution: Free the pattern if not used.
diff --git a/src/version.c b/src/version.c index af74bcb..a4149c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2279, +/**/ 2278, /**/ 2277,