summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-09-07 16:02:23 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-09-08 11:12:27 +0200
commit8fb3fa46c3a3a7b066bfbf6c5f1276d31d54e434 (patch)
tree467ad1259f5a584969c75f23e8eb091ee0802b4d
parent080e025f0789715c5762d716fadc7df51be5da3d (diff)
gst.supp: Simply leaks from g_type_init/g_type_register_fundamental
-rw-r--r--gst.supp65
1 files changed, 5 insertions, 60 deletions
diff --git a/gst.supp b/gst.supp
index 1818de1..0d142f9 100644
--- a/gst.supp
+++ b/gst.supp
@@ -910,23 +910,16 @@
}
{
- <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
...
@@ -934,45 +927,6 @@
}
{
- <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
@@ -994,15 +948,6 @@
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
}