---
title: free
framework: kernel
role: symbol
role_heading: Instance Method
path: kernel/iodispatchqueue/3438197-free
---

# free

Performs any final cleanup for the dispatch queue object.

## Declaration

```occ
virtual void free(void);
```

## See Also

### Creating a Dispatch Queue

- [Create](kernel/iodispatchqueue/3438189-create.md)
- [init](kernel/iodispatchqueue/3438198-init.md)
