提交 28637e54 编写于 作者: N Nikhil Kak

Fixed coverity issue about not freeing a variable

上级 4b672210
......@@ -334,6 +334,7 @@ static int glob_path(fstream_t *fs, const char *path)
glob_and_copy(path, GLOB_MARK | GLOB_NOCHECK, 0, &fs->glob))
{
gfile_printf_then_putc_newline("fstream glob failed");
gfile_free(path2);
return 1;
}
path = p;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册