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

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 16:56:44 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 eb85ac6a0def18cd7dd5c3bda97c5775c0ba34a8
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
---
 valgrind-suppressions | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/valgrind-suppressions b/valgrind-suppressions
index 4603ebc..86c3d03 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