未验证 提交 97bdebf2 编写于 作者: C cheng_jinsong 提交者: Gitee

codex

Signed-off-by: Ncheng_jinsong <chengjinsong2@huawei.com>
上级 dbe2d9bb
...@@ -122,6 +122,7 @@ static void *ModuleInstall(MODULE_ITEM *module, int argc, const char *argv[]) ...@@ -122,6 +122,7 @@ static void *ModuleInstall(MODULE_ITEM *module, int argc, const char *argv[])
handle = dlopen(realPath, RTLD_LAZY | RTLD_GLOBAL); handle = dlopen(realPath, RTLD_LAZY | RTLD_GLOBAL);
currentInstallArgs = NULL; currentInstallArgs = NULL;
BEGET_CHECK_ONLY_ELOG(handle != NULL, "ModuleInstall path %s fail %d", realPath, errno); BEGET_CHECK_ONLY_ELOG(handle != NULL, "ModuleInstall path %s fail %d", realPath, errno);
free(realPath);
return handle; return handle;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册