Reenabled dlclose
This commit is contained in:
@@ -477,7 +477,7 @@ METHOD(pkcs11_library_t, destroy, void,
|
|||||||
private_pkcs11_library_t *this)
|
private_pkcs11_library_t *this)
|
||||||
{
|
{
|
||||||
this->public.f->C_Finalize(NULL);
|
this->public.f->C_Finalize(NULL);
|
||||||
//dlclose(this->handle);
|
dlclose(this->handle);
|
||||||
free(this);
|
free(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user