ci: Fix check-valgrind job

Avoid downgrading gstreamer1-plugins-good, no longer necessary.
Add suppression for pthread_create leak.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2023-05-10 10:56:42 +01:00
parent d8cc54159d
commit 6089c90a62
2 changed files with 12 additions and 1 deletions

View File

@ -74,7 +74,6 @@ check-valgrind:
dnf install valgrind
gstreamer1-libav gstreamer1-plugins-ugly gstreamer1-plugins-good gstreamer1-plugins-bad-free
-y
- dnf downgrade -y gstreamer1-plugins-good-1.20.0-1.fc36
- >
CFLAGS='-O2 -pipe -g -D_FORTIFY_SOURCE=0'
CXXFLAGS='-O2 -pipe -g -D_FORTIFY_SOURCE=0'

View File

@ -146,3 +146,15 @@
...
fun:g_tls_client_connection_new
}
{
fedora_38_pthread_leak
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
...
fun:allocate_dtv
fun:_dl_allocate_tls
...
fun:pthread_create@@GLIBC_2.34
}