1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-09-23 16:11:37 +01:00
parent 86fb3f8b99
commit 259a741044
3 changed files with 36 additions and 28 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
557,
/**/
556,
/**/