mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-25 07:32:22 +00:00
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:
parent
bc131eb860
commit
336be4a55f
@ -355,6 +355,7 @@ again:
|
||||
btrfs_print_tree(tree_root_scan, buf, 1);
|
||||
}
|
||||
}
|
||||
free_extent_buffer(buf);
|
||||
}
|
||||
next:
|
||||
path.slots[0]++;
|
||||
|
Loading…
Reference in New Issue
Block a user