mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 10:13:51 +01:00
Remove very obsolete valgrind suppressions file
This commit is contained in:
parent
27d30658d2
commit
5ca87a6199
@ -1,31 +0,0 @@
|
||||
{
|
||||
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…
Reference in New Issue
Block a user