gst.supp: Make some suppressions more generic
authorEdward Hervey <bilboed@bilboed.com>
Thu, 1 Apr 2010 10:27:31 +0000 (12:27 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 1 Apr 2010 10:27:56 +0000 (12:27 +0200)
gst.supp

index d6a980a..8f805c7 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:*alloc
    ...
    fun:g_type_register_static
-   fun:g_param_type_register_static
-}
-
-{
-   <insert_a_suppression_name_here>
-   Memcheck:Leak
-   fun:*alloc
-   ...
-   fun:g_param_type_register_static
-   fun:g_param_spec_types_init
 }
 
 # new registry system
 {
    <insert_a_suppression_name_here>
    Memcheck:Leak
-   fun:malloc
-   fun:g_malloc
-   fun:g_memdup
-   fun:type_iface_vtable_base_init_Wm
+   fun:*alloc
+   ...
+   fun:g_type_add_interface_static
 }