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>
master
Filipe David Borba Manana 2013-06-10 20:51:32 +01:00 committed by David Sterba
parent bc131eb860
commit 336be4a55f
1 changed files with 1 additions and 0 deletions

View File

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