build: simplify xmlFreeNode usage

Noticed while reviewing the previous patch; thankfully, there
are no violations.

* cfg.mk (useless_free_options): Add xmlFreeNode.
This commit is contained in:
Eric Blake 2012-01-24 17:16:16 -07:00
parent fa981fc945
commit 78af071964

1
cfg.mk
View File

@ -171,6 +171,7 @@ useless_free_options = \
--name=xmlBufferFree \
--name=xmlFree \
--name=xmlFreeDoc \
--name=xmlFreeNode \
--name=xmlXPathFreeContext \
--name=xmlXPathFreeObject