summaryrefslogtreecommitdiff
path: root/gst.supp
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2014-12-16 18:23:22 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-12-17 15:41:01 +0100
commitf2c6b95d0d98e97c37ffe27509709fdd41cd503c (patch)
tree3a0e7e12c11fc0dd82f4b8228795a3cfc82dd9b8 /gst.supp
parentef1ffdcc6e6fca1f512f923a94c990e3534ba9a5 (diff)
downloadgstreamer-common-f2c6b95d0d98e97c37ffe27509709fdd41cd503c.tar.gz
gst.supp: Add suppression for timer_create() complaint
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=741614
Diffstat (limited to 'gst.supp')
-rw-r--r--gst.supp7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index 2c60392..c08f660 100644
--- a/gst.supp
+++ b/gst.supp
@@ -3965,3 +3965,10 @@
...
fun:g_quark_from*_string
}
+
+{
+ <timer_create suppressions for earlier valgrind versions that complain>
+ Memcheck:Param
+ timer_create(evp)
+ fun:timer_create@@GLIBC_2.3.3
+}