diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-12 15:05:58 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-27 14:10:27 -0500 |
commit | fd94e6313b3e7314561cbe90b4cacd44d1088c8f (patch) | |
tree | 79d512b6ec2966b87b3fd27d4a3ae6d03bb74726 /src/nvim/version.c | |
parent | 82f54c0a5eea91dcfd7a509588b4ac37f7e55b57 (diff) | |
download | rneovim-fd94e6313b3e7314561cbe90b4cacd44d1088c8f.tar.gz rneovim-fd94e6313b3e7314561cbe90b4cacd44d1088c8f.tar.bz2 rneovim-fd94e6313b3e7314561cbe90b4cacd44d1088c8f.zip |
vim-patch:7.4.1966
Problem: Coverity reports a resource leak.
Solution: Close "fd" also when bailing out.
https://github.com/vim/vim/commit/bcf7772a23624edc0942120e564f6b4ac95604ad
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 3efc161b05..576843e61d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -474,7 +474,7 @@ static int included_patches[] = { // 1969 NA // 1968, 1967, - // 1966, + 1966, // 1965 NA 1964, // 1963 NA |