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

Function xmlFreeAttributeTableEntry

ThirdParty/libxml2/vtklibxml2/valid.c:1879–1882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1877}
1878
1879static void
1880xmlFreeAttributeTableEntry(void *attr, const xmlChar *name ATTRIBUTE_UNUSED) {
1881 xmlFreeAttribute((xmlAttributePtr) attr);
1882}
1883
1884/**
1885 * xmlFreeAttributeTable:

Callers

nothing calls this directly

Calls 1

xmlFreeAttributeFunction · 0.85

Tested by

no test coverage detected