X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/19304f7c526fbe36ba0db2fb80bcaf3bd974d81d..299d2b65f257d19159e3adeaf5d62af7e96e0ec6:/pgppubring.c diff --git a/pgppubring.c b/pgppubring.c index 358e3b7..b85dca0 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -815,7 +815,7 @@ static void pgpring_find_candidates (char *ringfile, const char *hints[], int nh FGETPOS(rfp,pos); } - fclose (rfp); + safe_fclose (&rfp); }