commit | cf93dccea67ad8f5e0d9163c6a0a584550bbd7cd | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sun Sep 02 07:44:51 2012 -0600 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 01 15:19:09 2012 -0400 |
tree | 848f4ec0cc99396d468cbc4addc2707b1064b364 | |
parent | 7014cdb49305eda0767d2ae6136f8c191ea8fd81 [diff] |
Btrfs: fix possible memory leak in scrub_setup_recheck_block() bbio has been malloced in btrfs_map_block() and should be freed before leaving from the error handling cases. spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>