summaryrefslogtreecommitdiff
path: root/gst.supp
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-09-29 12:50:11 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-09-29 13:03:06 +0100
commit4088a059fd884078d4f9906bd5503494080f983b (patch)
treedd6e87fbe61fc89a42ba0d62d292d231fa46d197 /gst.supp
parent3f27e0ee2d70fe8f36165c9c56ce2382144ad4e5 (diff)
downloadgstreamer-common-4088a059fd884078d4f9906bd5503494080f983b.tar.gz
Suppress glib global quark table leak in valgrind
This is leaked intentionally in glib.
Diffstat (limited to 'gst.supp')
-rw-r--r--gst.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index 81f98a9..0acb407 100644
--- a/gst.supp
+++ b/gst.supp
@@ -4020,3 +4020,12 @@
Memcheck:Addr8
fun:do_lookup_x
}
+
+{
+ <quark tables are leaked on purpose when they are expanded, observed with glib 2.46 and gst-rtsp-server tests>
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:g_quark_init
+ fun:glib_init_ctor
+}