suppressions: Add variant of the g_type_init leak
authorEdward Hervey <bilboed@bilboed.com>
Sat, 4 Apr 2009 12:45:55 +0000 (14:45 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 4 Apr 2009 12:46:48 +0000 (14:46 +0200)
gst.supp

index f7bf2f4..e7620d2 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    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
+}
+
 #pthread memleaks
 
 {