[Pkg-libvirt-commits] [libguestfs] 203/266: Add suppression for memory leak in libvirt testDomainGenerateIfnames.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:42:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.
commit 591911f4bf0c328b207f8984c78fb6ede450f692
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Fri Aug 29 09:09:32 2014 +0100
Add suppression for memory leak in libvirt testDomainGenerateIfnames.
See: https://bugzilla.redhat.com/show_bug.cgi?id=1135388
---
valgrind-suppressions | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/valgrind-suppressions b/valgrind-suppressions
index a70823b..be7ecc9 100644
--- a/valgrind-suppressions
+++ b/valgrind-suppressions
@@ -236,6 +236,13 @@
...
fun:virFileFindResourceFull
}
+# RHBZ#1135388
+{
+ libvirt_leak_6
+ Memcheck:Leak
+ ...
+ fun:testDomainGenerateIfnames
+}
# 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