mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
gstreamer: Make dlopen leak suppression more generic
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7455>
This commit is contained in:
parent
b462d15fe0
commit
f28a7e9611
1 changed files with 10 additions and 0 deletions
|
@ -4113,3 +4113,13 @@
|
|||
fun:duk_heap_mem_realloc_indirect.lto_priv.0
|
||||
fun:duk_hbuffer_resize.lto_priv.0
|
||||
}
|
||||
|
||||
{
|
||||
And more dlopen work leaks
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
...
|
||||
fun:dl_open_worker_begin
|
||||
...
|
||||
fun:dl_open_worker
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue