Skip to content

Commit

Permalink
Refinbe valgrind suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Dec 20, 2024
1 parent d737595 commit f6b5081
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
fun:*rt*lang_start*
fun:main
}
{
rust_compiler_leak_error_on_panic_in_rt_optimized
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:*rt*lang_start_internal*
fun:main
}

0 comments on commit f6b5081

Please sign in to comment.