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)
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)]


No differences found