Skip to content

v1.4.1

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 26 Feb 22:36
· 1 commit to main since this release
f801454

Patch release changes

  • Fix memory leak from deflateInit2 where z_stream C struct is treated as a value type when it shouldn't be. PR #12 from @Cyberbeni