ddwaf_context_destroy

Function ddwaf_context_destroy 

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

ddwaf_context_destroy

Performs the destruction of the context, freeing the data passed to it through ddwaf_run using the used-defined free function.

@param context Context to destroy. (nonnull)