This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 80556f6590b4b2da3aaf14f5a27c1555b36f11a1 Author: Guillem Jover <[email protected]> Date: Sun Apr 22 19:04:04 2018 +0200 dpkg: Fix a short-lived file descriptor leak Warned-by: coverity --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index af9c96f..9710f08 100644 --- a/src/main.c +++ b/src/main.c @@ -886,6 +886,8 @@ commandfd(const char *const *argv) pop_error_context(ehflag_normaltidy); } + fclose(in); + return ret; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

