[Pkg-libvirt-commits] [libguestfs] 112/146: valgrind: Remove suppression for fixed memory leak in libselinux.

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:01:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit 668d83a1c27567b9d613e5a4e6944d27aec6ae5c
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jan 19 13:03:24 2015 +0000

    valgrind: Remove suppression for fixed memory leak in libselinux.
    
    This memory leak has been fixed since libselinux 2.1.13.
    
    Thanks: Daniel Walsh
    (cherry picked from commit eb85ac6a0def18cd7dd5c3bda97c5775c0ba34a8)
---
 valgrind-suppressions | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/valgrind-suppressions b/valgrind-suppressions
index 0566a68..10f5862 100644
--- a/valgrind-suppressions
+++ b/valgrind-suppressions
@@ -277,15 +277,6 @@
    fun:_dl_init
 }
 
-# Memory leak in libselinux (RHBZ#918572).
-{
-   libselinux_leak
-   Memcheck:Leak
-   ...
-   # Really this is 'setsockcreatecon'
-   fun:setprocattrcon.constprop.2
-}
-
 # Memory leak in libmagic (RHBZ#919466).
 {
    libmagic_leak

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