commit | bcf7772a23624edc0942120e564f6b4ac95604ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 28 21:11:32 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 28 21:11:32 2016 +0200 |
tree | 850be5be368a12a3a7d70c07bbfa190be6c0854b | |
parent | adb78a77ebb47627bcf73bd16ac1119d970e17c8 [diff] [blame] |
patch 7.4.1966 Problem: Coverity reports a resource leak. Solution: Close "fd" also when bailing out.
diff --git a/src/version.c b/src/version.c index 8501997..4d39ea3 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1966, +/**/ 1965, /**/ 1964,