Btrfs-progs: fix double free of extent buffer
authorJosef Bacik <jbacik@fusionio.com>
Fri, 1 Feb 2013 20:18:24 +0000 (15:18 -0500)
committerDavid Sterba <dsterba@suse.cz>
Thu, 7 Feb 2013 00:19:50 +0000 (01:19 +0100)
commit8795e785ced4b5931bb2c4548d390408fa65e21e
tree1921b649eb50683e3e0473f43d9cd8d3fd2783ac
parent6cba7b1b465530fd754925c35eedbd4794fce1b9
Btrfs-progs: fix double free of extent buffer

Noticed this while looking for an segfault related to our eb cache in
btrfsck.  We free the eb in out: so we don't need this extra free.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
btrfsck.c