Late evening hacking considered harmful...
This commit is contained in:
parent
5b75e88858
commit
6f76f4fa78
|
@ -161,7 +161,7 @@ rpmPubkey rpmPubkeyFree(rpmPubkey key)
|
|||
if (--key->nrefs == 0) {
|
||||
pgpDigParamsFree(key->pgpkey);
|
||||
free(key->pkt);
|
||||
pthread_rwlock_unlock(&keyring->lock);
|
||||
pthread_rwlock_unlock(&key->lock);
|
||||
pthread_rwlock_destroy(&key->lock);
|
||||
free(key);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue