remove a mutt-ng thing that makes no sense at all.
[apps/madmutt.git] / lib-mime / rfc1524.c
index 08090e0..39e46e6 100644 (file)
@@ -338,7 +338,7 @@ rfc1524_mailcap_parse(BODY *a, const char *filename, const char *type,
             rfc1524_entry_init(entry);
         }
     }                           /* while (!found && (buf = mutt_read_line ())) */
-    fclose (fp);
+    m_fclose(&fp);
 
   error:
     p_delete(&buf);