mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: Add valgrind suppression for libvirt 1.0.2 memory leak.
Leak reported as RHBZ#913145.
This commit is contained in:
@@ -220,6 +220,14 @@
|
||||
fun:virGlobalInit
|
||||
}
|
||||
|
||||
# RHBZ#913145
|
||||
{
|
||||
libvirt_leak_4
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:virNetClientProgramCall
|
||||
}
|
||||
|
||||
# FUSE leaks the per-thread context (although the code looks
|
||||
# like it attempts to clean it up). In older fuse, it uses
|
||||
# malloc. In newer fuse it uses calloc.
|
||||
|
||||
Reference in New Issue
Block a user