1
0
forked from aniani/vim

patch 8.1.0843: memory leak when running "make test_cd"

Problem:    Memory leak when running "make test_cd".
Solution:   Free the stack element when failing. (Dominique Pelle,
            closes #3877)
This commit is contained in:
Bram Moolenaar
2019-01-29 20:17:28 +01:00
parent cb908a813c
commit e0de2164f6
2 changed files with 17 additions and 0 deletions

View File

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