mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
valgrind: suppress intentional debug list item leak
This commit is contained in:
parent
aaa4353368
commit
c7e4497a53
1 changed files with 10 additions and 0 deletions
|
@ -1609,6 +1609,7 @@
|
|||
fun:g_slist_prepend
|
||||
fun:gst_debug_add_log_function
|
||||
}
|
||||
|
||||
{
|
||||
<We do not care about anything ld related, and don't use library constructors>
|
||||
Memcheck:Addr1
|
||||
|
@ -1651,3 +1652,12 @@
|
|||
obj:*/ld-*.so
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
Leak of debug function list item
|
||||
Memcheck:Leak
|
||||
fun:*alloc
|
||||
...
|
||||
fun:g_slist_copy_deep
|
||||
fun:gst_debug_add_log_function
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue