X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fcrypt.c;h=dd2eb02e4b3c897792235231af9bb144edd0fcdc;hp=87c1b41877ae366a0c04c5a23766bd6f211f8aaf;hb=9ed7a487e3a922f2cbb222961c2c9710c3a65f91;hpb=942efc4dec4e092c10aaf50b93e316131b6a1aa8 diff --git a/lib-crypt/crypt.c b/lib-crypt/crypt.c index 87c1b41..dd2eb02 100644 --- a/lib-crypt/crypt.c +++ b/lib-crypt/crypt.c @@ -349,7 +349,7 @@ void crypt_extract_keys_from_messages (HEADER * h) if (Context->hdrs[Context->v2r[i]]->security & ENCRYPT && !crypt_valid_passphrase (Context->hdrs[Context->v2r[i]]-> security)) { - fclose (fpout); + m_fclose(&fpout); break; } @@ -420,7 +420,7 @@ void crypt_extract_keys_from_messages (HEADER * h) } } - fclose (fpout); + m_fclose(&fpout); if (isendwin ()) mutt_any_key_to_continue (NULL);