Skip to content

0.0.4: Fix crash when disposing a CXPlatformAvailability struct.

Latest
Compare
Choose a tag to compare
@harlanhaskins harlanhaskins released this 19 Apr 16:16
· 61 commits to master since this release
We can't dispose the individual strings when we create a PlatformAvailability because clang_disposeCXPlatformAvailability handles that.

(h/t @DaveDelong for finding this crash)