gst.supp: Simply leaks from g_type_init/g_type_register_fundamental
authorEdward Hervey <bilboed@bilboed.com>
Tue, 7 Sep 2010 14:02:23 +0000 (16:02 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 8 Sep 2010 09:12:27 +0000 (11:12 +0200)
gst.supp

index 1818de1..0d142f9 100644 (file)
--- a/gst.supp
+++ b/gst.supp
 }
 
 {
-   <g_type_init malloc>
+   <g_type_init leaks>
    Memcheck:Leak
-   fun:malloc
-   fun:g_malloc
-   fun:g_strdup
-   fun:g_quark_from_string
-   obj:*
-   obj:*
-   fun:g_type_register_fundamental
-   obj:*
-   fun:g_type_init_with_debug_flags
-   fun:g_type_init
+   fun:*alloc
+   ...
+   fun:g_type_init*
    fun:init_pre
 }
 
 {
-   <g_type_init calloc>
+   <g_type_register_fundamental leaks>
    Memcheck:Leak
    fun:*alloc
    ...
 }
 
 {
-   <g_type_init calloc 2>
-   Memcheck:Leak
-   fun:calloc
-   fun:g_malloc0
-   obj:*
-   obj:*
-   fun:g_type_init_with_debug_flags
-}
-
-{
-   <g_type_init calloc 3, GSlice version>
-   Memcheck:Leak
-   fun:calloc
-   fun:g_malloc0
-   fun:g_slice_alloc
-   obj:*
-   obj:*
-   fun:g_type_init_with_debug_flags
-}
-
-{
-   <g_type_init calloc 4>
-   Memcheck:Leak
-   fun:calloc
-   fun:g_malloc0
-   fun:*
-   fun:g_type_init_with_debug_flags
-}
-
-{
-   <g_type_init calloc 5>
-   Memcheck:Leak
-   fun:calloc
-   fun:g_malloc0
-   fun:type_node_any_new*
-   fun:g_type_register_fundamental
-}
-
-{
    <glib 2.21 static type data>
    Memcheck:Leak
    fun:malloc
    Memcheck:Leak
    fun:calloc
    fun:g_malloc0
-   fun:type_data_make_W
-   fun:g_type_register_fundamental
-}
-
-{
-   <glib 2.21 static type data>
-   Memcheck:Leak
-   fun:calloc
-   fun:g_malloc0
    fun:g_type_class_ref
 }