Skip to content

1.0.2

Compare
Choose a tag to compare
@kmahar kmahar released this 13 Jan 01:09

I'm pleased to announce our 1.0.2 release.

This contains a fix (14afd20) for a memory leak on Linux: SWIFT-1051 / #571. Thank you to @NikolayJuly for bringing this to our attention.

This leak was due to our usage of String.cString(using:), a Foundation method whose Linux implementation has apparently had a longstanding, known memory leak (see SR-4036, and the source code).