Skip to content
Commit 5eb56d25 authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

Btrfs: fix memory leak in resolver code



init_ipath() allocates btrfs_data_container which is never freed.  Free
it in free_ipath() and nuke the comment for init_data_container() - we
can safely free it with kfree().

Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent e4837f8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment