]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Add Valgrind suppression for libvirt memory leak. 4155/head
authorFlorian Forster <octo@collectd.org>
Thu, 23 Nov 2023 15:17:55 +0000 (16:17 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 23 Nov 2023 15:37:23 +0000 (16:37 +0100)
src/valgrind.suppress

index f4c3f3435f3da8b0a2ef04f0cd839a0ab8c6faee..3a9128d79cdc6cf515a7918c4a02e025002526ce 100644 (file)
@@ -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
+}