X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=5bc6d04db9ae2c20f20a82406bf48ebb6ea66a45;hp=d4b367c753459113196e94a417c8b2466d697840;hb=916e4872caf252a5850e64f79427b9dd7808435d;hpb=9fde23d2b9a4ba8076eb425a1af4342de1e485b5 diff --git a/init.c b/init.c index d4b367c..5bc6d04 100644 --- a/init.c +++ b/init.c @@ -1995,7 +1995,7 @@ static int source_rc (const char *rcfile, BUFFER * err) } p_delete(&token.data); p_delete(&linebuf); - fclose (f); + m_fclose(&f); if (pid != -1) mutt_wait_filter (pid); if (rc) { @@ -2524,7 +2524,7 @@ void mutt_init (int skip_sys_rc, string_list_t * commands) q++; *q = '\0'; NewsServer = m_strdup(p); - fclose (f); + m_fclose(&f); } } if ((p = getenv ("NNTPSERVER")))