seccomp_sys::seccomp_release [] [src]

pub unsafe extern fn seccomp_release(ctx: *mut scmp_filter_ctx)

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.