]> diplodocus.org Git - nmh/commitdiff
mhbuildsbr.c: Ensure temporary FILE closed regardless of success.
authorRalph Corderoy <ralph@inputplus.co.uk>
Wed, 23 Aug 2017 22:38:50 +0000 (23:38 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Wed, 23 Aug 2017 22:38:50 +0000 (23:38 +0100)
If the fopen() succeeded, but the fwrite() failed, then the FILE wasn't
fclose()'d.


No differences found