---
title: release
framework: corefoundation
role: symbol
role_heading: Instance Property
path: corefoundation/cfmessageportcontext/release
---

# release

A release callback for your program-defined info pointer. Can be NULL.

## Declaration

```swift
var release: ((UnsafeRawPointer?) -> Void)!
```
