mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-09 00:00:53 -04:00
Reenabled dlclose
This commit is contained in:
parent
a6d2ec331b
commit
66033012c9
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user