From 1e321b883b8c7f5b7c072e869db26f5a1a0a152e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 Nov 2012 18:31:16 +0000 Subject: valgrind: Ignore init_libguestfs symbol. It's not relevant, since the memory leak begins in libvirt. --- valgrind-suppressions | 1 - 1 file changed, 1 deletion(-) diff --git a/valgrind-suppressions b/valgrind-suppressions index ca98c7ce..7051b5cf 100644 --- a/valgrind-suppressions +++ b/valgrind-suppressions @@ -207,7 +207,6 @@ fun:VBoxCGlueInit fun:vboxRegister fun:virInitialize - fun:init_libguestfs } # FUSE leaks the per-thread context (although the code looks -- cgit