From b5971d76ccd216c27e095c02c3a369a9d05cb36d Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 11 May 2007 13:26:14 +0000 Subject: [PATCH] gst.supp: Suppression variant for our good friend the TLS leak, this time for Original commit message from CVS: * gst.supp: Suppression variant for our good friend the TLS leak, this time for Ubuntu Feisty/x86. --- ChangeLog | 6 ++++++ gst.supp | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 00198b0..ad07537 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-11 Michael Smith + + * gst.supp: + Suppression variant for our good friend the TLS leak, this time for + Ubuntu Feisty/x86. + 2007-05-09 Tim-Philipp Müller * gtk-doc-plugins.mak: diff --git a/gst.supp b/gst.supp index ac8eb6d..1888a3e 100644 --- a/gst.supp +++ b/gst.supp @@ -715,6 +715,16 @@ fun:pthread_create@@GLIBC_2.1 } +# TLS leaks for feisty/x86 +{ + + Memcheck:Leak + fun:calloc + fun:allocate_dtv + fun:_dl_allocate_tls + fun:pthread_create@@GLIBC_2.1 +} + { Memcheck:Leak -- 2.7.4