mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
FreeBSD: add a suppression for reachable from __cxa_exit
This commit is contained in:
@@ -180,3 +180,11 @@
|
||||
obj:*/lib*/libc.so.7
|
||||
fun:scanf
|
||||
}
|
||||
{
|
||||
MEMCHECK-LIBC-__CXA_ATEXIT
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:malloc
|
||||
obj:/lib/libc.so.7
|
||||
fun:__cxa_atexit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user