Free memory for an xmlConfig_t structure. More...
#include <xml_utils.h>
Go to the source code of this file.
Functions | |
void | xml_free_config (xmlConfig_t *conf) |
Free memory for an xmlConfig_t structure. |
Free memory for an xmlConfig_t structure.
Definition in file xml_free_config.c.
void xml_free_config | ( | xmlConfig_t * | conf | ) |
Free memory for an xmlConfig_t structure.
[in] | conf | XML information for DOM and XPath |
Definition at line 58 of file xml_free_config.c.
References xmlConfig_t::ctxt, xmlConfig_t::doc, and xmlConfig_t::file.
Referenced by load_conf(), and xml_load_config().