aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/btrfs/backref.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c
index 3dd0693bad78..ba0fee7c3237 100644
--- a/fs/btrfs/backref.c
+++ b/fs/btrfs/backref.c
@@ -1510,11 +1510,9 @@ int iterate_extent_inodes(struct btrfs_fs_info *fs_info,
1510 iterate, ctx); 1510 iterate, ctx);
1511 } 1511 }
1512 ulist_free(roots); 1512 ulist_free(roots);
1513 roots = NULL;
1514 } 1513 }
1515 1514
1516 free_leaf_list(refs); 1515 free_leaf_list(refs);
1517 ulist_free(roots);
1518out: 1516out:
1519 if (!search_commit_root) { 1517 if (!search_commit_root) {
1520 btrfs_put_tree_mod_seq(fs_info, &tree_mod_seq_elem); 1518 btrfs_put_tree_mod_seq(fs_info, &tree_mod_seq_elem);