X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fmessage.c;h=1ea30c96ac9f73bf0b5162988b579d248ad8c945;hp=6c1fce7590d381107b6712ca49099b99158f39d5;hb=3766db5f849cea008b1cd3d532c712aeb17aa062;hpb=66b3c35e0bb00392991ce83bbf44cbab0ce3fd78;ds=sidebyside diff --git a/imap/message.c b/imap/message.c index 6c1fce7..1ea30c9 100644 --- a/imap/message.c +++ b/imap/message.c @@ -499,7 +499,7 @@ int imap_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno) return 0; bail: - safe_fclose (&msg->fp); + m_fclose(&msg->fp); if (cache->path) { unlink (cache->path); p_delete(&cache->path);