diff src/version.c @ 20001:502a6c9b3974 v8.2.0556

patch 8.2.0556: Vim9: memory leak when finding common type Commit: https://github.com/vim/vim/commit/c5f1ef53c24cc0c9f7b2131609e916f913634feb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 12 17:11:27 2020 +0200 patch 8.2.0556: Vim9: memory leak when finding common type Problem: Vim9: memory leak when finding common type. Solution: Store allocated memory in type growarray.
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Apr 2020 17:15:03 +0200
parents 844c7646f61b
children e373843e2980
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    556,
+/**/
     555,
 /**/
     554,