From 6566621345a46d5514565b59cc2889c1c4583169 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 20 Feb 2013 14:03:24 +0000 Subject: [PATCH] tests: Add valgrind suppression for libvirt 1.0.2 memory leak. Leak reported as RHBZ#913145. --- valgrind-suppressions | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/valgrind-suppressions b/valgrind-suppressions index 71c2226ca..22ddf358e 100644 --- a/valgrind-suppressions +++ b/valgrind-suppressions @@ -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.