comparison src/version.c @ 9369:ce5b79b005ec v7.4.1966

commit https://github.com/vim/vim/commit/bcf7772a23624edc0942120e564f6b4ac95604ad Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 28 21:11:32 2016 +0200 patch 7.4.1966 Problem: Coverity reports a resource leak. Solution: Close "fd" also when bailing out.
author Christian Brabandt <cb@256bit.org>
date Tue, 28 Jun 2016 21:15:06 +0200
parents 2465b6cda394
children 3666915cac0b
comparison
equal deleted inserted replaced
9368:94b6a7494bb1 9369:ce5b79b005ec
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1966,
756 /**/ 758 /**/
757 1965, 759 1965,
758 /**/ 760 /**/
759 1964, 761 1964,
760 /**/ 762 /**/