mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-01-19 08:46:42 +01:00
Add Valgrind suppressions file for Mac OS X system libraries
This commit is contained in:
parent
cd21f7b250
commit
dc8ad3669e
31
valgrind.supp
Normal file
31
valgrind.supp
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
Ignore __cxa_get_globals one-time leak
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
...
|
||||||
|
fun:__cxa_get_globals
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Ignore __cxa_decrement_exception_refcount one-time leak
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
...
|
||||||
|
fun:__cxa_decrement_exception_refcount
|
||||||
|
...
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Ignore __svfscanf_l one-time leak
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
...
|
||||||
|
fun:__svfscanf_l
|
||||||
|
...
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Ignore __v2printf leaks
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
...
|
||||||
|
fun:__v2printf
|
||||||
|
...
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user