Function pm_parser_free

Source
pub unsafe extern "C" fn pm_parser_free(parser: *mut pm_parser_t)
Expand description

Free any memory associated with the given parser.

@param parser The parser to free.