Btrfs-progs: Add missing free_extent_buffer() call to debug-tree

Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
This commit is contained in:
Filipe David Borba Manana 2013-06-10 20:51:32 +01:00 committed by David Sterba
parent bc131eb860
commit 336be4a55f

View File

@ -355,6 +355,7 @@ again:
btrfs_print_tree(tree_root_scan, buf, 1); btrfs_print_tree(tree_root_scan, buf, 1);
} }
} }
free_extent_buffer(buf);
} }
next: next:
path.slots[0]++; path.slots[0]++;