btrfs-progs: free bits in check_extents()

As far as I can tell, nothing took the address of this.

Signed-off-by: Zach Brown <zab@redhat.com>
This commit is contained in:
Zach Brown 2013-01-23 14:55:31 -08:00
parent e37d9aa8e1
commit 6ea327567f

View File

@ -3520,6 +3520,7 @@ static int check_extents(struct btrfs_trans_handle *trans,
root->fs_info->corrupt_blocks = NULL;
}
free(bits);
return ret;
}