mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-07 00:01:49 -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)
|
||||
{
|
||||
this->public.f->C_Finalize(NULL);
|
||||
//dlclose(this->handle);
|
||||
dlclose(this->handle);
|
||||
free(this);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user