Skip to content

Commit

Permalink
update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianyi Wang committed Nov 5, 2024
1 parent 4916e3a commit 87da110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions feature/s3/transfermanager/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (p *defaultSlicePool) Put(bs []byte) {
func (p *defaultSlicePool) Close() {
close(p.slices)
for range p.slices {
// drain channel
}
p.slices = nil
}

0 comments on commit 87da110

Please sign in to comment.