fclose -> m_fclose
[apps/madmutt.git] / lib-ui / query.c
index b76eb18..62ecd9a 100644 (file)
@@ -119,7 +119,7 @@ static QUERY *run_query (char *s, int quiet)
     }
   }
   p_delete(&buf);
-  fclose (fp);
+  m_fclose(&fp);
   if (mutt_wait_filter (thepid)) {
     if (!quiet)
       mutt_error ("%s", msg);