1
0
forked from aniani/vim

patch 8.0.1552: may leak file descriptors when executing job

Problem:    May leak file descriptors when executing job.
Solution:   Close more file descriptors. (Ozaki Kiichi, closes #2531)
This commit is contained in:
Bram Moolenaar
2018-02-27 19:10:00 +01:00
parent 988615f26f
commit 8195247054
3 changed files with 35 additions and 3 deletions

View File

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