From: Jim Meyering Date: Mon, 17 May 2010 17:38:35 +0000 (+0200) Subject: maint: add virCgroupFree to the list of free-like functions X-Git-Tag: v0.8.2~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933522a341144acfedad549639f2383f50611f84;p=thirdparty%2Flibvirt.git 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. --- diff --git a/cfg.mk b/cfg.mk index 7773d065fe..0b281a5466 100644 --- a/cfg.mk +++ b/cfg.mk @@ -66,6 +66,7 @@ local-checks-to-skip = \ useless_free_options = \ --name=sexpr_free \ + --name=virCgroupFree \ --name=VIR_FREE \ --name=xmlFree \ --name=xmlXPathFreeContext \