diff options
author | Younger Liu <younger.liu@huawei.com> | 2013-09-11 23:19:59 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-12 00:56:50 +0200 |
commit | 7aebff18b91ebdefe15bb7d3f5d711df8312a7fb (patch) | |
tree | e8073825aa576aa2e56955a18a40fd27df3cb08a /fs/ocfs2/cluster | |
parent | ocfs2: fix possible double free in ocfs2_reflink_xattr_rec (diff) | |
download | linux-7aebff18b91ebdefe15bb7d3f5d711df8312a7fb.tar.xz linux-7aebff18b91ebdefe15bb7d3f5d711df8312a7fb.zip |
ocfs2: free path in ocfs2_remove_inode_range()
In ocfs2_remove_inode_range(), there is a memory leak. The variable path
has allocated memory with ocfs2_new_path_from_et(), but it is not free.
Signed-off-by: Younger Liu <younger.liu@huawei.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ocfs2/cluster')
0 files changed, 0 insertions, 0 deletions