X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=muttlib.c;h=97e650f2cec08badd39eca09d81eabce45197ecc;hb=9ed7a487e3a922f2cbb222961c2c9710c3a65f91;hp=185a878c9955e6fe56788cfc3e605a21b0583f37;hpb=b62cf5fb77a75e17b176141d232655e5bd8b7fe1;p=apps%2Fmadmutt.git diff --git a/muttlib.c b/muttlib.c index 185a878..97e650f 100644 --- a/muttlib.c +++ b/muttlib.c @@ -904,7 +904,7 @@ int mutt_extract_token(BUFFER *dest, BUFFER *tok, int flags) /* read line */ p_clear(&expn, 1); expn.data = mutt_read_line(NULL, &expn.dsize, fp, &line); - fclose(fp); + m_fclose(&fp); mutt_wait_filter(pid); /* if we got output, make a new string consiting of the shell ouptput