mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Allow suppression on OS X 10.10 in libSystem_initializer
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15217
This commit is contained in:
parent
a13ea37999
commit
f59e60b5b6
@ -77,15 +77,15 @@
|
||||
...
|
||||
}
|
||||
|
||||
#{
|
||||
# OSX1010:8-Leak
|
||||
# Memcheck:Leak
|
||||
# match-leak-kinds: indirect
|
||||
# fun:?alloc
|
||||
# ...
|
||||
# fun:libSystem_initializer
|
||||
# ...
|
||||
#}
|
||||
{
|
||||
OSX1010:8-Leak
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
fun:?alloc
|
||||
...
|
||||
fun:libSystem_initializer
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
OSX1010:9-Leak
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user