Skip to main content

free_valid_ctxt

Function free_valid_ctxt 

Source
pub unsafe fn free_valid_ctxt(ctxt: *mut _xmlValidCtxt)
Expand description

Free a validation context.

§UPSTREAM-PARITY

void xmlFreeValidCtxt(xmlValidCtxtPtr ctxt);

§SAFETY

  • ctxt must be a valid pointer to an _xmlValidCtxt, or NULL.