[23277] in Source-Commits
third/nmh/uip
daemon@ATHENA.MIT.EDU (amb@MIT.EDU)
Tue Apr 22 13:51:49 2008
Date: Tue, 22 Apr 2008 13:49:38 -0400
From: amb@MIT.EDU
Message-Id: <200804221749.m3MHnckX003049@pothole.mit.edu>
To: source-commits@MIT.EDU
Update of /afs/dev.mit.edu/source/repository/third/nmh/uip
In directory pothole.mit.edu:/var/src/third/nmh/uip
Modified Files:
mhstoresbr.c
Log Message:
In some situations, output_content_file returns early and misses the
file pointer cleanup that's otherwise done at the end of the function.
This makes sure we're not leaking the relevant descriptors.