maint: add virCgroupFree to the list of free-like functions

This makes the useless-if-before-free test in maint.mk spot
uses of virCgroupFree just like it does for free and the other
listed functions.
* cfg.mk (useless_free_options): Add virCgroupFree.
Prompted by suggestion from Eric Blake.
This commit is contained in:
Jim Meyering 2010-05-17 19:38:35 +02:00
parent 20701b17e2
commit 933522a341

1
cfg.mk
View File

@ -66,6 +66,7 @@ local-checks-to-skip = \
useless_free_options = \
--name=sexpr_free \
--name=virCgroupFree \
--name=VIR_FREE \
--name=xmlFree \
--name=xmlXPathFreeContext \