gst.supp: Suppression variant for our good friend the TLS leak, this time for
authorMichael Smith <msmith@xiph.org>
Fri, 11 May 2007 13:26:14 +0000 (13:26 +0000)
committerMichael Smith <msmith@xiph.org>
Fri, 11 May 2007 13:26:14 +0000 (13:26 +0000)
Original commit message from CVS:
* gst.supp:
Suppression variant for our good friend the TLS leak, this time for
Ubuntu Feisty/x86.

ChangeLog
gst.supp

index 00198b0..ad07537 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-11  Michael Smith <msmith@fluendo.com>
+
+       * gst.supp:
+         Suppression variant for our good friend the TLS leak, this time for
+         Ubuntu Feisty/x86.
+
 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gtk-doc-plugins.mak:
index ac8eb6d..1888a3e 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:pthread_create@@GLIBC_2.1
 }
 
+# TLS leaks for feisty/x86
+{
+   <tls leaks on Feisty/x86>
+   Memcheck:Leak
+   fun:calloc
+   fun:allocate_dtv
+   fun:_dl_allocate_tls
+   fun:pthread_create@@GLIBC_2.1
+}
+
 {
    <libcdio 0.76 leak>
    Memcheck:Leak