gstreamer: Make dlopen leak suppression more generic

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7455>
This commit is contained in:
Edward Hervey 2024-07-26 11:47:00 +02:00 committed by GStreamer Marge Bot
parent b462d15fe0
commit f28a7e9611

View file

@ -4113,3 +4113,13 @@
fun:duk_heap_mem_realloc_indirect.lto_priv.0 fun:duk_heap_mem_realloc_indirect.lto_priv.0
fun:duk_hbuffer_resize.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
}