diff src/version.c @ 30972:62a42d860d87 v9.0.0821

patch 9.0.0820: memory leak with empty shell command Commit: https://github.com/vim/vim/commit/86e6717ace4f5e00eaeb84b59e3fc92bca548155 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 31 12:24:12 2022 +0000 patch 9.0.0820: memory leak with empty shell command Problem: Memory leak with empty shell command. Solution: Free the empty string.
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 11:18:51 +0100
parents 6d6545c99597
children 013f8436b0d5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    821,
+/**/
     820,
 /**/
     819,