Skip to main content

ddwaf_context_destroy

Function ddwaf_context_destroy 

Source
pub unsafe extern "C" fn ddwaf_context_destroy(context: ddwaf_context)
Expand description

Performs the destruction of the context, freeing the data passed to it through ddwaf_context_eval using the provided allocator during evaluation.

@param context Context to destroy. (nonnull)