diff --git a/server/torr/storage/torrstor/cache.go b/server/torr/storage/torrstor/cache.go index 1b16a60..dbf00d8 100644 --- a/server/torr/storage/torrstor/cache.go +++ b/server/torr/storage/torrstor/cache.go @@ -96,7 +96,6 @@ func (c *Cache) Close() error { func (c *Cache) removePiece(piece *Piece) { piece.Release() - utils.FreeOSMemGC() } func (c *Cache) AdjustRA(readahead int64) {