mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Close message digest; fixes memory leak.
This commit is contained in:
parent
0ad3411b07
commit
09176a79b9
2 changed files with 5 additions and 0 deletions
|
@ -427,6 +427,7 @@ check_revocation_keys(PKT_public_key *pk,PKT_signature *sig)
|
|||
hash_public_key(md,pk);
|
||||
rc=signature_check(sig,md);
|
||||
cache_sig_result(sig,rc);
|
||||
md_close (md);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue