Skip to content
Snippets Groups Projects
Commit eba2a37a authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

New JS suppressions for FreeBSD 14 and updated Valgrind

parent 1de1d68c
Branches
Tags
No related merge requests found
Pipeline #8055 failed
......@@ -37,7 +37,7 @@
{
JSNewFlatClosure
Memcheck:Leak
match-leak-kinds: definite
match-leak-kinds: all
...
fun:*js_NewFlatClosure*
}
......@@ -55,6 +55,27 @@
...
fun:*HashChildren*
}
{
JSinsertChild
Memcheck:Leak
match-leak-kinds: all
malloc
fun:*js*PropertyTree*insertChild*
}
{
JSVectorToKeyIterator
Memcheck:Leak
match-leak-kinds: all
malloc
fun:*VectorToKeyIterator*
}
{
JSreplenishAndFreeLater
Memcheck:Leak
match-leak-kinds: all
malloc
fun:*js*GCHelperThread*replenishAndFreeLater*
}
{
LinuxPthreadCreate
Memcheck:Leak
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment