gst.supp: More suppressions for data only created once at initialization
authorEdward Hervey <bilboed@bilboed.com>
Fri, 27 Nov 2009 17:52:23 +0000 (18:52 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 27 Nov 2009 17:52:23 +0000 (18:52 +0100)
gst.supp

index f368a14..3d47056 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:g_type_class_ref
    fun:init_post
 }
+
+
+# Leaking core elements plugin
+
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:*alloc
+   fun:*
+   fun:*
+   fun:*
+   fun:*
+   fun:g_type_class_ref
+   fun:g_object_newv
+   fun:gst_plugin_register_static
+   fun:init_post
+}
+
+# leaking cached queries which are only initialized once
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:*alloc
+   fun:*
+   fun:*
+   fun:*
+   fun:_gst_query_initialize
+   fun:init_post
+}
+