aboutsummaryrefslogtreecommitdiff
path: root/common/gst.supp
diff options
context:
space:
mode:
Diffstat (limited to 'common/gst.supp')
-rw-r--r--common/gst.supp15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/gst.supp b/common/gst.supp
index d7f8961..05ecbb9 100644
--- a/common/gst.supp
+++ b/common/gst.supp
@@ -3961,3 +3961,18 @@
fun:gst_system_clock_init
}
+{
+ <glib types are singletons>
+ Memcheck:Leak
+ fun:calloc
+ ...
+ fun:gobject_init_ctor
+}
+
+{
+ <quark table is leaked on purpose if it grows too big>
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:g_quark_from*_string
+}