解决VersionDll类析构时有时候会崩溃的问题

This commit is contained in:
luoliangyi 2022-07-22 16:48:43 +08:00
parent 3442c966b0
commit a17462c600
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ HGResult VersionDll::Free()
m_mgr = NULL;
HGBase_DestroyDll(m_dll);
m_dll = NULL;
return HGBASE_ERR_OK;
}
HGBool VersionDll::IsValid()