safe_fclose -> m_fclose, and is now inlined.
[apps/madmutt.git] / imap / message.c
index 6c1fce7..1ea30c9 100644 (file)
@@ -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);