[][src]Function rvs::rvs_context_free

#[no_mangle]pub extern "C" fn rvs_context_free(context: *mut Context)

Frees a Context previously allocated by rvs_context_new

This is for error scenarios only. In a non-error scenario, rvs_transform is used to free the Context.