There were two fd leaks in mhparse.c:
authorDavid Levine <levinedl@acm.org>
Sun, 11 Mar 2012 02:33:24 +0000 (20:33 -0600)
committerDavid Levine <levinedl@acm.org>
Sun, 11 Mar 2012 02:33:24 +0000 (20:33 -0600)
commitae4ece224afb101116e61ac36bb913e7f11c5010
tree7bbdc80fad4d01f6f294f6d5e4f48320357743a0
parent00096a20fb731720d67ea76626a9230f26d70eb3
There were two fd leaks in mhparse.c:
1) In openQuoted(), the decoded contents file was opened twice in
   succession. The second open was added by a patch in March 2000.
2) openBase64(), openQuoted(), and open7Bit() could open the contents
   file, but it never would be closed. Added code to each to close the
   file if the function opened it.
[Bug #24004: (debbug 344182)]
uip/mhparse.c