fclose -> m_fclose
[apps/madmutt.git] / lib-crypt / gnupgparse.c
index d4876d6..a2d8549 100644 (file)
@@ -310,7 +310,7 @@ pgp_key_t pgp_get_candidates (pgp_ring_t keyring, string_list_t * hints)
   if (ferror (fp))
     mutt_perror ("fgets");
 
-  fclose (fp);
+  m_fclose(&fp);
   mutt_wait_filter (thepid);
 
   close (devnull);