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