1
0
forked from aniani/vim

patch 8.2.3544: Unix: may leak file descriptor using non-existing directory

Problem:    Unix: may leak file descriptor when using a non-existing
            directory.
Solution:   Always close the file. (closes #9023)
This commit is contained in:
itchyny
2021-10-20 10:00:05 +01:00
committed by Bram Moolenaar
parent 8b0e62c93b
commit 051a40c8d9
2 changed files with 6 additions and 1 deletions

View File

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