diff src/version.c @ 30443:54e36d01847b v9.0.0557

patch 9.0.0557: valgrind reports possibly leaked memory Commit: https://github.com/vim/vim/commit/259a741044812df739457e25eb5195d9c5c0e6f8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 23 16:11:37 2022 +0100 patch 9.0.0557: valgrind reports possibly leaked memory Problem: Valgrind reports possibly leaked memory. Solution: Move the problematic test function to the "fails" test file to avoid obscuring real memory leaks.
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Sep 2022 17:15:05 +0200
parents b1617545fcdf
children 0cf9615b8d37
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 */
 /**/
+    557,
+/**/
     556,
 /**/
     555,