commit | 10d975f54c88223fb8762a226fd011ec3f30f2eb | [log] [tgz] |
---|---|---|
author | Thomas Jarosch <thomas.jarosch@intra2net.com> | Wed Oct 05 22:30:49 2011 +0200 |
committer | Lennart Poettering <lennart@poettering.net> | Mon Oct 10 22:28:04 2011 +0200 |
tree | 4f80fea512a1dad8419391ec30234dfc4572699a | |
parent | 65c0cf7108ae3537a357c74b4586a783baba82f9 [diff] [blame] |
tmpfiles: fix file descriptor leak Detected by "cppcheck"
diff --git a/src/tmpfiles.c b/src/tmpfiles.c index a6b8f85..21bf44d 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c
@@ -157,6 +157,7 @@ } } + fclose(f); return; fail: