summaryrefslogtreecommitdiff
path: root/gst.supp
diff options
context:
space:
mode:
Diffstat (limited to 'gst.supp')
-rw-r--r--gst.supp30
1 files changed, 30 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index b5a520e..10aaa1b 100644
--- a/gst.supp
+++ b/gst.supp
@@ -4420,6 +4420,25 @@
fun:init_post
}
+{
+ <g_type_class_ref_3_funcs_in_between>
+ Memcheck:Leak
+ fun:*alloc
+ fun:*
+ fun:*
+ fun:*
+ fun:g_type_class_ref
+}
+
+{
+ <interface registrations>
+ Memcheck:Leak
+ fun:*alloc
+ fun:*
+ fun:*
+ fun:type_iface*
+ fun:g_type_class_ref
+}
# Leaking core elements plugin
@@ -4460,3 +4479,14 @@
fun:_Z41__static_initialization_and_destruction_0ii
fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
}
+
+# GObject type registration
+{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:*alloc
+ fun:*
+ fun:*
+ fun:freelist_alloc
+ fun:_g_atomic_array_copy
+}