commit: 598110a8c77b8d6995b9f34e2455742b692ff8f1
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 18:01:49 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon May 25 18:01:49 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=598110a8
libq/hash: avoid invalid (double) fclose
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
libq/hash.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libq/hash.c b/libq/hash.c
index a51ea6a..88c4b56 100644
--- a/libq/hash.c
+++ b/libq/hash.c
@@ -291,7 +291,6 @@ hash_multiple_file_fd(
#endif
}
- fclose(f);
return 0;
}