提交 e3e9b2f5 编写于 作者: L longxingkai

fix fs opendir bug

Signed-off-by: Nlongxingkai <longxingkai@talkweb.com.cn>
上级 536e9b45
......@@ -683,6 +683,7 @@ static DIR *VfsOpendir(const char *path)
mp->mRefs++;
} else {
free(dir);
dir = NULL;
}
VfsUnlock();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册