mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
parent
fa981fc945
commit
78af071964
1
cfg.mk
1
cfg.mk
@ -171,6 +171,7 @@ useless_free_options = \
|
|||||||
--name=xmlBufferFree \
|
--name=xmlBufferFree \
|
||||||
--name=xmlFree \
|
--name=xmlFree \
|
||||||
--name=xmlFreeDoc \
|
--name=xmlFreeDoc \
|
||||||
|
--name=xmlFreeNode \
|
||||||
--name=xmlXPathFreeContext \
|
--name=xmlXPathFreeContext \
|
||||||
--name=xmlXPathFreeObject
|
--name=xmlXPathFreeObject
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user