commit | 259a741044812df739457e25eb5195d9c5c0e6f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 16:11:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 16:11:37 2022 +0100 |
tree | eb402ff717c3c2a32c4a9737a5539f9e70f8ef89 | |
parent | 86fb3f8b99d155fe6bcbb553b5596c3e9fd570a9 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 8df30bd..f01afe3 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 557, +/**/ 556, /**/ 555,