mirror of
https://github.com/octoleo/restic.git
synced 2025-02-06 05:48:25 +00:00
This isn't doing anything. Channels should get cleaned up by the GC when the last reference to them disappears, just like all other data structures. Also inlined BufferPool.Put in Buffer.Release, its only caller.