From ce630dfc33cc1f44c8d38eb712624b3b79365176 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 24 Apr 2015 09:04:38 +0100 Subject: [PATCH] valgrind: Add suppression for libvirt memory leak. Related to RHBZ#1215042. --- valgrind-suppressions | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/valgrind-suppressions b/valgrind-suppressions index 86c3d0395..08e4a03bf 100644 --- a/valgrind-suppressions +++ b/valgrind-suppressions @@ -251,6 +251,14 @@ fun:selabel_close fun:virSecuritySELinuxSecurityDriverClose } +# RHBZ#1215042 +{ + libvirt_leak_8 + Memcheck:Leak + ... + fun:virGetUserRuntimeDirectory + fun:virNetSocketNewConnectUNIX +} # FUSE leaks the per-thread context (although the code looks # like it attempts to clean it up). In older fuse, it uses