commit | 5eb56d2520fe16f00756ccdf8eebc277398e0f44 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Tue Mar 27 17:09:18 2012 +0300 |
committer | Ilya Dryomov <idryomov@gmail.com> | Tue Mar 27 17:09:18 2012 +0300 |
tree | ab141af79e01000ff04341502f1f42d9a1bef60a | |
parent | e4837f8f3b5d08b8c708533a71439bfb40ede467 [diff] |
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: Ilya Dryomov <idryomov@gmail.com>