示例#1
0
static void
exmpp_xml_finish()
{

	/* Free the global known lists. */
	free_known_lists();
}
示例#2
0
static void
exmpp_xml_finish()
{

	/* Terminate LibXML2. */
	xmlCleanupParser();

	/* Free the global known lists. */
	free_known_lists();
}