mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
@@ -103,7 +103,7 @@ end:
|
||||
|
||||
void SDF_METHOD_free(SDF_METHOD *meth)
|
||||
{
|
||||
if (meth) free(meth->dso);
|
||||
if (meth) dlclose(meth->dso);
|
||||
free(meth);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user