diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2663,
+/**/
     2662,
 /**/
     2661,