summaryrefslogtreecommitdiff
path: root/gst.supp
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-11-27 15:53:48 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-11-27 15:53:48 +0100
commita8010445d832c45d6ccd1ae9e452ca24a3ec1ebf (patch)
tree052e78e6af18adf2975ea64a22bc628c075b5b41 /gst.supp
parentaa0ac791981a2503e387fa94d1d0dd7065a1580b (diff)
gst.supp: Add suppression for leak in glib static types
Diffstat (limited to 'gst.supp')
-rw-r--r--gst.supp11
1 files changed, 11 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index 8e7b557..a4bc86e 100644
--- a/gst.supp
+++ b/gst.supp
@@ -4258,3 +4258,14 @@
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
+}