<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "EndpointSecurity",
  "identifier" : "/documentation/EndpointSecurity/es_release_muted_paths(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Endpoint Security"
    ],
    "preciseIdentifier" : "c:@F@es_release_muted_paths"
  },
  "title" : "es_release_muted_paths(_:)"
}
-->

# es_release_muted_paths(_:)

Frees resources associated with a set of previously-retrieved muted paths.

```
func es_release_muted_paths(_ muted_paths: UnsafeMutablePointer<es_muted_paths_t>)
```

## Parameters

`muted_paths`

An [`es_muted_paths_t`](/documentation/EndpointSecurity/es_muted_paths_t) structure, previously populated by a call to [`es_muted_paths_events(_:_:)`](/documentation/EndpointSecurity/es_muted_paths_events(_:_:)), to release.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)