Mercurial > vim
comparison src/version.c @ 23473:ad83c0ff34c0 v8.2.2279
patch 8.2.2279: Vim9: memory leak with catch in skipped block
Commit: https://github.com/vim/vim/commit/508b5618ec0bc6d1edff71e04d99280a2a51df9d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 2 18:17:26 2021 +0100
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.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 02 Jan 2021 18:30:03 +0100 |
parents | a7cdfc8e4b6e |
children | 79fd5217b125 |
comparison
equal
deleted
inserted
replaced
23472:55cfcf83ae29 | 23473:ad83c0ff34c0 |
---|---|
748 NULL | 748 NULL |
749 }; | 749 }; |
750 | 750 |
751 static int included_patches[] = | 751 static int included_patches[] = |
752 { /* Add new patch number below this line */ | 752 { /* Add new patch number below this line */ |
753 /**/ | |
754 2279, | |
753 /**/ | 755 /**/ |
754 2278, | 756 2278, |
755 /**/ | 757 /**/ |
756 2277, | 758 2277, |
757 /**/ | 759 /**/ |