pm_parser_free

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.

This does not free the pm_options_t object that was used to initialize the parser.

@param parser The parser to free.

\public \memberof pm_parser