Exemplo n.º 1
0
static void
exmpp_xml_finish()
{

	/* Free the global known lists. */
	free_known_lists();
}
Exemplo n.º 2
0
static void
exmpp_xml_finish()
{

	/* Terminate LibXML2. */
	xmlCleanupParser();

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