seccomp_release

Function seccomp_release 

Source
pub unsafe extern "C" fn seccomp_release(ctx: *mut scmp_filter_ctx)
Expand description

Destroys the filter state and releases any resources

@param ctx the filter context

This functions destroys the given seccomp filter state and releases any resources, including memory, associated with the filter state. This function does not reset any seccomp filters already loaded into the kernel. The filter context can no longer be used after calling this function.