summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-04-27 09:09:15 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-05-04 11:32:27 +0100
commit298b64d4d883a43951fca1ac9d2822cf65996c40 (patch)
tree9a959ae45993f15cc970c3803a055bb732d753a9
parent8f0162566179bb57e62bb6fe824417f8bf75d2e5 (diff)
downloadgstreamer-common-1.0.tar.gz
gst.supp: suppress deliberate glib quark table leak in valgrind1.0
-rw-r--r--gst.supp7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index 5a23946..05ecbb9 100644
--- a/gst.supp
+++ b/gst.supp
@@ -3969,3 +3969,10 @@
fun:gobject_init_ctor
}
+{
+ <quark table is leaked on purpose if it grows too big>
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:g_quark_from*_string
+}