提交 5ec1046c 编写于 作者: B Bernard Xiong

[DFS] fix the free issue in fd_is_open

上级 7515fb9d
......@@ -20,6 +20,7 @@
* Change Logs:
* Date Author Notes
* 2005-02-22 Bernard The first version.
* 2017-12-11 Bernard Use rt_free to instead of free in fd_is_open().
*/
#include <dfs.h>
......@@ -219,7 +220,7 @@ int fd_is_open(const char *pathname)
if (fs == NULL)
{
/* can't find mounted file system */
free(fullpath);
rt_free(fullpath);
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册