Skip to main content

free_node_list

Function free_node_list 

Source
pub unsafe fn free_node_list(node: *mut _xmlNode)
Expand description

Free a linked list of nodes.

Frees all nodes in the list and their children recursively.

ยงSAFETY

  • node must be a valid pointer to an _xmlNode, or NULL.