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

Function xmlXPathFreeObjectEntry

ThirdParty/libxml2/vtklibxml2/xpath.c:4560–4563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4558}
4559
4560static void
4561xmlXPathFreeObjectEntry(void *obj, const xmlChar *name ATTRIBUTE_UNUSED) {
4562 xmlXPathFreeObject((xmlXPathObjectPtr) obj);
4563}
4564
4565/**
4566 * xmlXPathReleaseObject:

Callers

nothing calls this directly

Calls 1

xmlXPathFreeObjectFunction · 0.85

Tested by

no test coverage detected