From f0570d75c4458004d4ad70f3ca47301c156f0a6c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 22 Apr 2008 16:47:05 +0000 Subject: [PATCH] gst.supp: Fix ommission in latest commit. Original commit message from CVS: * gst.supp: Fix ommission in latest commit. Make tls leak suppression more generic in order to cover more distributions (and hopefully also future distributions). --- ChangeLog | 6 ++++++ gst.supp | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d27eada..a5dde03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2008-04-22 Edward Hervey + * gst.supp: Fix ommission in latest commit. + Make tls leak suppression more generic in order to cover more + distributions (and hopefully also future distributions). + +2008-04-22 Edward Hervey + * gst.supp: Add suppressions for Hardy. They're just the newer versions of similar suppressions we had for the previous versions of ubuntu. diff --git a/gst.supp b/gst.supp index a2b1c9a..66cc774 100644 --- a/gst.supp +++ b/gst.supp @@ -1987,17 +1987,21 @@ } # Issues with ubuntu Hardy, same crack as for previous ubuntus +# I've made this version generic, so that it covers future modifications +# of library names { Memcheck:Leak fun:calloc - obj:/lib/ld-2.7.so + obj:* fun:_dl_allocate_tls fun:pthread_create@@GLIBC_2.1 + fun:g_thread_* } { + Memcheck:Addr4 obj:/lib/ld-2.7.so obj:/lib/ld-2.7.so obj:/lib/ld-2.7.so @@ -2007,4 +2011,4 @@ fun:dlopen fun:g_module_open fun:gst_plugin_load_* -} \ No newline at end of file +} -- 2.7.4