commit | 59885b39303edc0b3284f324a1ca42cb6e7742d0 | [log] [tgz] |
---|---|---|
author | Tsutomu Itoh <t-itoh@jp.fujitsu.com> | Wed Apr 09 09:18:04 2014 +0900 |
committer | Chris Mason <clm@fb.com> | Mon Jun 09 17:20:42 2014 -0700 |
tree | 0e04e1c1fc5b0c32407c46ade6548c49e10b42c3 | |
parent | 776e4aae5508848730a82b4695edfbd7bc802c33 [diff] |
Btrfs: fix possible memory leak in btrfs_create_tree() In btrfs_create_tree(), if btrfs_insert_root() fails, we should free root->commit_root. Reported-by: Alex Lyakas <alex@zadarastorage.com> Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>