comparison src/version.c @ 24244:827fcf174f15 v8.2.2663

patch 8.2.2663: Vim9: leaking memory when inline function has an error Commit: https://github.com/vim/vim/commit/79efa2e3b3cdab8c21d95ba4ed9cb573566af531 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 27 15:40:11 2021 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Mar 2021 15:45:03 +0100
parents d3cabf12c991
children 35603c7991d7
comparison
equal deleted inserted replaced
24243:14bd3e0d0c71 24244:827fcf174f15
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 2663,
753 /**/ 755 /**/
754 2662, 756 2662,
755 /**/ 757 /**/
756 2661, 758 2661,
757 /**/ 759 /**/