diff src/version.c @ 25816:d9a0847550c6 v8.2.3443

patch 8.2.3443: Vim9: memory leak when and/or fails Commit: https://github.com/vim/vim/commit/3dfe2e0fb8768914a019fa04b1ed9581e33c9b26 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 16 20:14:51 2021 +0200 patch 8.2.3443: Vim9: memory leak when and/or fails Problem: Vim9: memory leak when and/or fails. Solution: Also clear the growarray when the length is zero.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Sep 2021 20:15:04 +0200
parents dd4e86558836
children 37bc83bbda91
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3443,
+/**/
     3442,
 /**/
     3441,