gst.supp: Add a leak suppression: the existing glibc-doesn't-free-TLS one wasn't...
authorMichael Smith <msmith@xiph.org>
Tue, 4 Apr 2006 18:20:21 +0000 (18:20 +0000)
committerMichael Smith <msmith@xiph.org>
Tue, 4 Apr 2006 18:20:21 +0000 (18:20 +0000)
Original commit message from CVS:
* gst.supp:
Add a leak suppression: the existing glibc-doesn't-free-TLS one
wasn't triggering here.

ChangeLog
gst.supp

index 6e50cdc..4126820 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2006-04-04  Michael Smith <msmith@fluendo.com>
 
        * gst.supp:
+         Add a leak suppression: the existing glibc-doesn't-free-TLS one
+         wasn't triggering here.
+
+2006-04-04  Michael Smith <msmith@fluendo.com>
+
+       * gst.supp:
          Add some minimally-neccesary suppressions for my x86/dapper system.
 
 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
index 81b6202..0b0e837 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:pthread_create@@*
 }
 
+# I get an extra stack entry on x86/dapper
+{
+   <tls>
+   Memcheck:Leak
+   fun:calloc
+   obj:/lib/ld-2.3.*.so
+   fun:_dl_allocate_tls
+   fun:pthread_create@@*
+}
+
+
 {
    <pthread strstr>
    Memcheck:Cond