Skip to content

Commit f669299

Browse files
committed
properly override the Free property in LinuxRemoteProcess
1 parent 278f90c commit f669299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-inspect/Sources/swift-inspect/LinuxRemoteProcess.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353
}
5454

55-
static var Free: FreeFunction {
55+
static var Free: FreeFunction? {
5656
return { (_, bytes, _) in free(UnsafeMutableRawPointer(mutating: bytes)) }
5757
}
5858

0 commit comments

Comments
 (0)