From bf467d4987423d2c08263fc24ebacbc7bd9de144 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 27 Jun 2024 22:17:56 +0300 Subject: [PATCH] gstreamer: add duktape suppression Part-of: --- subprojects/gstreamer/tests/check/gstreamer.supp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/subprojects/gstreamer/tests/check/gstreamer.supp b/subprojects/gstreamer/tests/check/gstreamer.supp index 1c16164f29..66edd4a217 100644 --- a/subprojects/gstreamer/tests/check/gstreamer.supp +++ b/subprojects/gstreamer/tests/check/gstreamer.supp @@ -4106,3 +4106,10 @@ fun:dl_open_worker } +{ + ducktape shows up from glib-networking calling into libproxy if there's a proxy setup, like in the CI + Memcheck:ReallocZero + fun:realloc + fun:duk_heap_mem_realloc_indirect.lto_priv.0 + fun:duk_hbuffer_resize.lto_priv.0 +}