mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
valgrind: Add suppression for libvirt memory leak.
Related to RHBZ#1215042.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user