This commit is contained in:
Quan guanyu
2021-08-16 11:54:04 +08:00
parent 564a20499e
commit e9517eb1b8

View File

@@ -103,7 +103,7 @@ end:
void SDF_METHOD_free(SDF_METHOD *meth)
{
if (meth) dlclose(meth->dso);
if (meth) dlclose(meth->dso);
free(meth);
}