valgrind: Add suppression for libvirt memory leak.

Related to RHBZ#1215042.
This commit is contained in:
Richard W.M. Jones
2015-04-24 09:04:38 +01:00
parent e9910b4887
commit ce630dfc33

View File

@@ -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