mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
lib/encoding/zstd: typo fix
This commit is contained in:
parent
108a60d69e
commit
44f886cc9c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue