gst.supp: Add suppression for leak in glib static types
authorEdward Hervey <bilboed@bilboed.com>
Fri, 27 Nov 2009 14:53:48 +0000 (15:53 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 27 Nov 2009 14:53:48 +0000 (15:53 +0100)
gst.supp

index 8e7b557..a4bc86e 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:_dlerror_run
    fun:dlopen@@GLIBC_2.2.5
 }
+
+# glib 2.22 leaks
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:*alloc
+   fun:*
+   fun:type_data_make_W
+   fun:g_type_register_static
+   fun:g_param_type_register_static
+}