ci(amd64/gcc/valgrind): fix valgrind errors #58

Merged
light7734 merged 8 commits from ci/valgrind_fix into main 2025-10-09 15:51:01 +00:00
Showing only changes of commit 308ac78366 - Show all commits

View file

@ -1,3 +1,54 @@
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:malloc
fun:_dl_close_worker
fun:_dl_close
fun:_dl_catch_exception
fun:_dl_catch_error
fun:_dlerror_run
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
fun:~Swapchain
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: indirect
fun:calloc
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
fun:~Swapchain
}
{
<insert_a_suppression_name_here>
Memcheck:Param