[Pkg-libvirt-commits] [libguestfs] 24/59: valgrind: Add suppression for libvirt memory leak.
Hilko Bengen
bengen at moszumanska.debian.org
Sun May 3 21:26:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit ce630dfc33cc1f44c8d38eb712624b3b79365176
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Fri Apr 24 09:04:38 2015 +0100
valgrind: Add suppression for libvirt memory leak.
Related to RHBZ#1215042.
---
valgrind-suppressions | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/valgrind-suppressions b/valgrind-suppressions
index 86c3d03..08e4a03 100644
--- a/valgrind-suppressions
+++ b/valgrind-suppressions
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list