mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
patch from Edgard to properly suppress these warnings
Original commit message from CVS: patch from Edgard to properly suppress these warnings
This commit is contained in:
parent
e333ec54c0
commit
b1f9462791
3 changed files with 19 additions and 19 deletions
|
@ -31,11 +31,11 @@
|
||||||
{
|
{
|
||||||
__libc_freeres_rw_acess
|
__libc_freeres_rw_acess
|
||||||
Memcheck:Addr4
|
Memcheck:Addr4
|
||||||
obj:/lib/tls/i686/cmov/libc-*.so
|
obj:*
|
||||||
obj:/lib/tls/i686/cmov/libc-*.so
|
obj:*
|
||||||
obj:/lib/tls/i686/cmov/libc-*.so
|
obj:*
|
||||||
obj:/lib/tls/i686/cmov/libc-*.so
|
obj:*
|
||||||
obj:/lib/tls/i686/cmov/libc-*.so
|
obj:*
|
||||||
fun:__libc_freeres
|
fun:__libc_freeres
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,14 +46,14 @@
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
fun:calloc
|
fun:calloc
|
||||||
fun:g_malloc0
|
fun:g_malloc0
|
||||||
obj:/usr/lib/libgobject-2.0.so.*
|
obj:*
|
||||||
obj:/usr/lib/libgobject-2.0.so.*
|
obj:*
|
||||||
fun:g_type_init_with_debug_flags
|
fun:g_type_init_with_debug_flags
|
||||||
fun:g_type_init
|
fun:g_type_init
|
||||||
fun:init_pre
|
fun:init_pre
|
||||||
fun:init_popt_callback
|
fun:init_popt_callback
|
||||||
obj:/usr/lib/libpopt.so.*
|
obj:*
|
||||||
obj:/usr/lib/libpopt.so.*
|
obj:*
|
||||||
fun:poptGetContext
|
fun:poptGetContext
|
||||||
fun:gst_init_check_with_popt_table
|
fun:gst_init_check_with_popt_table
|
||||||
}
|
}
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 6f9b691adc2a0300598311671dd7c4d9d2035afa
|
Subproject commit 694de4dbf4827f372321f0634643a254d7edd986
|
|
@ -31,11 +31,11 @@
|
||||||
{
|
{
|
||||||
__libc_freeres_rw_acess
|
__libc_freeres_rw_acess
|
||||||
Memcheck:Addr4
|
Memcheck:Addr4
|
||||||
obj:/lib/tls/i686/cmov/libc-*.so
|
obj:*
|
||||||
obj:/lib/tls/i686/cmov/libc-*.so
|
obj:*
|
||||||
obj:/lib/tls/i686/cmov/libc-*.so
|
obj:*
|
||||||
obj:/lib/tls/i686/cmov/libc-*.so
|
obj:*
|
||||||
obj:/lib/tls/i686/cmov/libc-*.so
|
obj:*
|
||||||
fun:__libc_freeres
|
fun:__libc_freeres
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,14 +46,14 @@
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
fun:calloc
|
fun:calloc
|
||||||
fun:g_malloc0
|
fun:g_malloc0
|
||||||
obj:/usr/lib/libgobject-2.0.so.*
|
obj:*
|
||||||
obj:/usr/lib/libgobject-2.0.so.*
|
obj:*
|
||||||
fun:g_type_init_with_debug_flags
|
fun:g_type_init_with_debug_flags
|
||||||
fun:g_type_init
|
fun:g_type_init
|
||||||
fun:init_pre
|
fun:init_pre
|
||||||
fun:init_popt_callback
|
fun:init_popt_callback
|
||||||
obj:/usr/lib/libpopt.so.*
|
obj:*
|
||||||
obj:/usr/lib/libpopt.so.*
|
obj:*
|
||||||
fun:poptGetContext
|
fun:poptGetContext
|
||||||
fun:gst_init_check_with_popt_table
|
fun:gst_init_check_with_popt_table
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue