From: Eric Blake Date: Wed, 25 Jan 2012 00:16:16 +0000 (-0700) Subject: build: simplify xmlFreeNode usage X-Git-Tag: v0.9.10-rc1~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78af071964f55365405d430e0607f7e6d7b34e07;p=thirdparty%2Flibvirt.git build: simplify xmlFreeNode usage Noticed while reviewing the previous patch; thankfully, there are no violations. * cfg.mk (useless_free_options): Add xmlFreeNode. --- diff --git a/cfg.mk b/cfg.mk index 20a085ec75..d853caff20 100644 --- a/cfg.mk +++ b/cfg.mk @@ -171,6 +171,7 @@ useless_free_options = \ --name=xmlBufferFree \ --name=xmlFree \ --name=xmlFreeDoc \ + --name=xmlFreeNode \ --name=xmlXPathFreeContext \ --name=xmlXPathFreeObject