MCPcopy Create free account
hub / github.com/F-Stack/f-stack / audit_pipe_entry_free

Function audit_pipe_entry_free

freebsd/security/audit/audit_pipe.c:262–268  ·  view source on GitHub ↗

* Free an audit pipe entry. */

Source from the content-addressed store, hash-verified

260 * Free an audit pipe entry.
261 */
262static void
263audit_pipe_entry_free(struct audit_pipe_entry *ape)
264{
265
266 free(ape->ape_record, M_AUDIT_PIPE_ENTRY);
267 free(ape, M_AUDIT_PIPE_ENTRY);
268}
269
270/*
271 * Find an audit pipe preselection specification for an auid, if any.

Callers 2

audit_pipe_flushFunction · 0.85
audit_pipe_readFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected