Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-hbrhbr committed Dec 5, 2024
1 parent 4164a9d commit 8ab0653
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ auto Compressor::close() -> void {
}

flush_lzma(LZMA_FINISH);

// Deallocates LZMA stream's internal data structures
lzma_end(&m_compression_stream);

// Detach output buffer from LZMA stream
Expand Down

0 comments on commit 8ab0653

Please sign in to comment.