提交 41520b07 编写于 作者: qiuyiuestc's avatar qiuyiuestc

fix module delete fail problem when met undefined symbols.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2216 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 128a2832
......@@ -444,7 +444,6 @@ static struct rt_module* _load_shared_object(const char *name, void *module_ptr)
if (unsolved)
{
rt_object_delete(&(module->parent));
rt_free(module);
return RT_NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册