diff src/version.c @ 30578:f1010a0e6226 v9.0.0624

patch 9.0.0624: leaking argument type array Commit: https://github.com/vim/vim/commit/ac38ec7c7f7cb0ab94397dc19bd72b0a84afdbe5 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 29 20:23:35 2022 +0100 patch 9.0.0624: leaking argument type array Problem: Leaking argument type array. Solution: Add allocated memory to type_gap.
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Sep 2022 21:30:03 +0200
parents 72e6073a2822
children f08ed0738f7a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    624,
+/**/
     623,
 /**/
     622,