1
0
forked from aniani/vim

patch 8.2.1892: valgrind warns for using uninitialized access in tests

Problem:    Valgrind warns for using uninitialized access in tests.
Solution:   Fix condition for breaking out of loop. (Dominique Pellé,
            closes #7187)
This commit is contained in:
Bram Moolenaar
2020-10-23 15:40:39 +02:00
parent 683581eb49
commit 9c24cd11e2
2 changed files with 4 additions and 1 deletions

View File

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