tests: Add valgrind suppression for libvirt 1.0.2 memory leak.

Leak reported as RHBZ#913145.
This commit is contained in:
Richard W.M. Jones
2013-02-20 14:03:24 +00:00
parent b7ab6de628
commit 6566621345

View File

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