MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlFreeElementTable

Function xmlFreeElementTable

ThirdParty/libxml2/vtklibxml2/valid.c:1351–1354  ·  view source on GitHub ↗

* xmlFreeElementTable: * @table: An element table * * Deallocate the memory used by an element hash table. */

Source from the content-addressed store, hash-verified

1349 * Deallocate the memory used by an element hash table.
1350 */
1351void
1352xmlFreeElementTable(xmlElementTablePtr table) {
1353 xmlHashFree(table, xmlFreeElementTableEntry);
1354}
1355
1356#ifdef LIBXML_TREE_ENABLED
1357/**

Callers 1

xmlFreeDtdFunction · 0.85

Calls 1

xmlHashFreeFunction · 0.85

Tested by

no test coverage detected