Don't fclose() the file twice in error-exit paths from get_content()
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sun, 6 Nov 2005 00:32:20 +0000 (00:32 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sun, 6 Nov 2005 00:32:20 +0000 (00:32 +0000)
commitf1bd4ca9cee81e86095c61cebc56c0f302a675d4
treea79cfb6ba8722b73eef001ff4cf42fde7cf0d9c4
parente79165e0c2c80b68ece9aaf418a59c6a169a17f5
Don't fclose() the file twice in error-exit paths from get_content()
(was causing crashes on multipart mails with invalid Content-Type headers)
ChangeLog
uip/mhparse.c