mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 00:13:30 +01:00
lib/encoding/zstd: typo fix
This commit is contained in:
parent
108a60d69e
commit
44f886cc9c
@ -32,7 +32,7 @@ func (r *Reader) Read(p []byte) (int, error) {
|
||||
|
||||
// Release releases r.
|
||||
func (r *Reader) Release() {
|
||||
r.d.Close(nil)
|
||||
r.d.Close()
|
||||
r.d = nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user