func crypto/x509/internal/macos.CFRelease

5 uses

	crypto/x509/internal/macos (current package)
		corefoundation.go#L132: func CFRelease(ref CFRef) {

	crypto/x509
		root_darwin.go#L41: 		defer macOS.CFRelease(certs)
		root_darwin.go#L121: 	defer macOS.CFRelease(data)
		root_darwin.go#L175: 	defer macOS.CFRelease(trustSettings)
		root_darwin.go#L185: 		defer macOS.CFRelease(properties)