pkcs11: Properly destroy mutex in pkcs11_hasher if no token found.
This commit is contained in:
@@ -315,6 +315,7 @@ pkcs11_hasher_t *pkcs11_hasher_create(hash_algorithm_t algo)
|
|||||||
this->lib = find_token(algo, &this->session, &this->mech, &this->size);
|
this->lib = find_token(algo, &this->session, &this->mech, &this->size);
|
||||||
if (!this->lib)
|
if (!this->lib)
|
||||||
{
|
{
|
||||||
|
this->mutex->destroy(this->mutex);
|
||||||
free(this);
|
free(this);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user