git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4837f8
)
Btrfs: fix memory leak in resolver code
author
Ilya Dryomov
<idryomov@gmail.com>
Tue, 27 Mar 2012 14:09:18 +0000
(17:09 +0300)
committer
Ilya Dryomov
<idryomov@gmail.com>
Tue, 27 Mar 2012 14:09:18 +0000
(17:09 +0300)
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>
No differences found