Skip to content
Snippets Groups Projects
Commit f858153c authored by Yang Hongyang's avatar Yang Hongyang Committed by Chris Mason
Browse files

Btrfs: fix a memory leak in btrfs_init_acl


In btrfs_init_acl() cloned acl is not released

Signed-off-by: default avatarYang Hongyang <yanghy@cn.fujitsu.com>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent d1ea6a61
No related branches found
No related tags found
No related merge requests found
......@@ -269,6 +269,7 @@ int btrfs_init_acl(struct btrfs_trans_handle *trans,
ACL_TYPE_ACCESS);
}
}
posix_acl_release(clone);
}
failed:
posix_acl_release(acl);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment