summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-04-01 12:27:31 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-04-01 12:27:56 +0200
commitd66a8c3d5361a9cc2ff9e8ea33e6e3031ee57832 (patch)
treebccc357fa3b1922f1df38ff537dee70407bf5669
parentfdf023d098bba16d6d13395b8347686f2a2765a2 (diff)
gst.supp: Make some suppressions more generic
-rw-r--r--gst.supp17
1 files changed, 3 insertions, 14 deletions
diff --git a/gst.supp b/gst.supp
index d6a980a..8f805c7 100644
--- a/gst.supp
+++ b/gst.supp
@@ -3948,16 +3948,6 @@
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
@@ -4045,9 +4035,8 @@
{
<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
}