From 933522a341144acfedad549639f2383f50611f84 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 May 2010 19:38:35 +0200 Subject: [PATCH] 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. --- cfg.mk | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.47.2