From 72ba418921b29644f594472597f82015047726e2 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 23 Nov 2023 16:17:55 +0100 Subject: [PATCH] Add Valgrind suppression for libvirt memory leak. --- src/valgrind.suppress | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 +} -- 2.47.2