Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0d960f0 authored by Al Viro's avatar Al Viro
Browse files

ocfs2_init_acl(): fix a leak



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 423e0ab0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {