X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.c;h=5bc6d04db9ae2c20f20a82406bf48ebb6ea66a45;hb=9ed7a487e3a922f2cbb222961c2c9710c3a65f91;hp=d4b367c753459113196e94a417c8b2466d697840;hpb=b62cf5fb77a75e17b176141d232655e5bd8b7fe1;p=apps%2Fmadmutt.git 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")))