From 4ba0e8b80c7260241f74095a9f0616da0888380c Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 4 Apr 2006 18:20:21 +0000 Subject: [PATCH] gst.supp: Add a leak suppression: the existing glibc-doesn't-free-TLS one wasn't triggering here. Original commit message from CVS: * gst.supp: Add a leak suppression: the existing glibc-doesn't-free-TLS one wasn't triggering here. --- ChangeLog | 6 ++++++ gst.supp | 11 +++++++++++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6e50cdc..4126820 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ 2006-04-04 Michael Smith * gst.supp: + Add a leak suppression: the existing glibc-doesn't-free-TLS one + wasn't triggering here. + +2006-04-04 Michael Smith + + * gst.supp: Add some minimally-neccesary suppressions for my x86/dapper system. 2006-04-01 Thomas Vander Stichele diff --git a/gst.supp b/gst.supp index 81b6202..0b0e837 100644 --- a/gst.supp +++ b/gst.supp @@ -59,6 +59,17 @@ fun:pthread_create@@* } +# I get an extra stack entry on x86/dapper +{ + + Memcheck:Leak + fun:calloc + obj:/lib/ld-2.3.*.so + fun:_dl_allocate_tls + fun:pthread_create@@* +} + + { Memcheck:Cond -- 2.7.4