| 4558 | } |
| 4559 | |
| 4560 | static void |
| 4561 | xmlXPathFreeObjectEntry(void *obj, const xmlChar *name ATTRIBUTE_UNUSED) { |
| 4562 | xmlXPathFreeObject((xmlXPathObjectPtr) obj); |
| 4563 | } |
| 4564 | |
| 4565 | /** |
| 4566 | * xmlXPathReleaseObject: |
nothing calls this directly
no test coverage detected