增加sc dlclose 避免句柄泄露

Signed-off-by: 王毅 <wangyi201@huawei.com>
Change-Id: I2c6d952a202eae67ed9034af6529f539299e2f4f
This commit is contained in:
王毅 2024-10-14 15:36:11 +08:00
parent 29f16185eb
commit 91b9340187

View File

@ -29,7 +29,6 @@ LibLoader::LibLoader(const std::string soPath)
LibLoader::~LibLoader()
{
UnLoadLib();
}
ErrorCode LibLoader::LoadLib()