From: Edward Hervey Date: Tue, 22 Apr 2008 16:24:50 +0000 (+0000) Subject: gst.supp: Add suppressions for Hardy. X-Git-Tag: RELEASE-0_10_20~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fd4185bcb1172d6c59c97d6959102c56555be0b;p=platform%2Fupstream%2Fgst-common.git gst.supp: Add suppressions for Hardy. Original commit message from CVS: * 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/ChangeLog b/ChangeLog index 86d7aa0..d27eada 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. + 2008-04-15 Sebastian Dröge * Makefile.am: diff --git a/gst.supp b/gst.supp index 9b2a3a2..a2b1c9a 100644 --- a/gst.supp +++ b/gst.supp @@ -1986,3 +1986,25 @@ fun:FcInitLoadConfigAndFonts } +# Issues with ubuntu Hardy, same crack as for previous ubuntus +{ + + Memcheck:Leak + fun:calloc + obj:/lib/ld-2.7.so + fun:_dl_allocate_tls + fun:pthread_create@@GLIBC_2.1 +} + +{ + + obj:/lib/ld-2.7.so + obj:/lib/ld-2.7.so + obj:/lib/ld-2.7.so + obj:/lib/tls/i686/cmov/libdl-2.7.so + obj:/lib/ld-2.7.so + obj:/lib/tls/i686/cmov/libdl-2.7.so + fun:dlopen + fun:g_module_open + fun:gst_plugin_load_* +} \ No newline at end of file