Skip to content

Commit

Permalink
Add missing field initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet committed Apr 4, 2024
1 parent e71e268 commit 2c40a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/io/CompressedStream.go
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,7 @@ func createReaderWithCtx(ibs kanzi.InputBitStream, ctx map[string]any) (*Reader,
this.consumed = 0
this.available = 0
this.outputSize = 0
this.nbInputBlocks = 1
this.bufferThreshold = 0
this.buffers = make([]blockBuffer, 2*this.jobs)

Expand Down

0 comments on commit 2c40a43

Please sign in to comment.