---
title: "SecKeychainFreeAttributeInfo(_:)"
framework: security
role: symbol
role_heading: Function
path: "security/seckeychainfreeattributeinfo(_:)"
---

# SecKeychainFreeAttributeInfo(_:)

Releases the memory acquired by calling the SecKeychainAttributeInfoForItemID function.

## Declaration

```swift
func SecKeychainFreeAttributeInfo(_ info: UnsafeMutablePointer<SecKeychainAttributeInfo>) -> OSStatus
```

## Parameters

- `info`: A pointer to the keychain attribute information to release.

## Return Value

Return Value A result code. See Security Framework Result Codes.
