From: Florian Forster Date: Thu, 23 Nov 2023 15:17:55 +0000 (+0100) Subject: Add Valgrind suppression for libvirt memory leak. X-Git-Tag: 6.0.0-rc0~42^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb2aab3d0105664b9d58254e12b6124e6838190;p=thirdparty%2Fcollectd.git Add Valgrind suppression for libvirt memory leak. --- diff --git a/src/valgrind.suppress b/src/valgrind.suppress index f4c3f3435..3a9128d79 100644 --- a/src/valgrind.suppress +++ b/src/valgrind.suppress @@ -4,4 +4,13 @@ ... obj:*libnl.so.1.* ... -} \ No newline at end of file +} + +{ + libvirt memory allocated at init + Memcheck:Leak + fun:calloc + fun:g_malloc0 + ... + fun:virOnce +}