mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Merge pull request #1765 from zeyuwzy/my/master
fix SKF_METHOD_free close handle issue
This commit is contained in:
@@ -132,6 +132,6 @@ end:
|
||||
void SKF_METHOD_free(SKF_METHOD *meth)
|
||||
{
|
||||
if (meth)
|
||||
free(meth->dso);
|
||||
dylib_close_library(meth->dso);
|
||||
free(meth);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user