summaryrefslogtreecommitdiff
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 12:50:11 +0100
commit97c8d43ff66012101dc79cf478b6aca7fd7e0887 (patch)
tree1d04e552d8601192c37550f7b192051ca5c9d3b3
parenteb6a86e9e6d49f16bcbd4d02ed943005873e486a (diff)
downloadgstreamer-common-97c8d43ff66012101dc79cf478b6aca7fd7e0887.tar.gz
Suppress glib global quark table leak in valgrind
This is leaked intentionally in glib.
-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
+}