commit | 051a40c8d91d4595c69a27375f739367d806a475 | [log] [tgz] |
---|---|---|
author | itchyny <itchyny@hatena.ne.jp> | Wed Oct 20 10:00:05 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 20 10:00:05 2021 +0100 |
tree | 827ba05c4da3dd6397d7c004e0981b7b34f73151 | |
parent | 8b0e62c93b6dad5ec5b2c7558d4f7b78c46216d2 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c3f1fd6..227db82 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3544, +/**/ 3543, /**/ 3542,