From: Florian Forster Date: Thu, 23 Nov 2023 15:17:55 +0000 (+0100) Subject: Add Valgrind suppression for libvirt memory leak. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4155%2Fhead;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 +}