LLVMSwift icon indicating copy to clipboard operation
LLVMSwift copied to clipboard

Force unwrap the result of 'strdup'

Open kyouko-taiga opened this issue 4 years ago • 0 comments

It appears the API of free has changed with Swift 5.5, and the function does no longer accepts an optional pointer.

This pull request only force-unwrap the result of strdup that are passed to free.

kyouko-taiga avatar Sep 22 '21 09:09 kyouko-taiga