Reenabled dlclose

This commit is contained in:
Martin Willi 2010-07-15 08:26:46 +02:00
parent a6d2ec331b
commit 66033012c9

View File

@ -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);
} }