提交 c0d960f0 编写于 作者: A Al Viro

ocfs2_init_acl(): fix a leak

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 423e0ab0
......@@ -409,6 +409,7 @@ int ocfs2_init_acl(handle_t *handle,
if (ret2) {
mlog_errno(ret2);
ret = ret2;
posix_acl_release(clone);
goto cleanup;
}
if (ret > 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册