mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
A couple more leak supps for OSX10.7. Fixes #307557.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13636
This commit is contained in:
parent
39c780284b
commit
a46fd44204
@ -200,12 +200,12 @@
|
||||
|
||||
# See https://bugs.kde.org/show_bug.cgi?id=188572 about this; it's
|
||||
# unavoidable due to BSD setenv() semantics.
|
||||
#{
|
||||
# macos-__setenv-leak-see-our-bug-188572
|
||||
# Memcheck:Leak
|
||||
# fun:malloc_zone_malloc
|
||||
# fun:__setenv
|
||||
#}
|
||||
{
|
||||
macos-__setenv-leak-see-our-bug-188572
|
||||
Memcheck:Leak
|
||||
fun:malloc_zone_malloc
|
||||
fun:__setenv
|
||||
}
|
||||
|
||||
#{
|
||||
# libSystem-keymgr-leak-at-exit
|
||||
@ -216,3 +216,14 @@
|
||||
# fun:__keymgr_initializer
|
||||
# fun:libSystem_initializer
|
||||
#}
|
||||
|
||||
# From Gary Kwong
|
||||
{
|
||||
macos-malloc_set_zone_name-see-our-bug-307557
|
||||
Memcheck:Leak
|
||||
fun:malloc_zone_malloc
|
||||
...
|
||||
fun:malloc_set_zone_name
|
||||
...
|
||||
fun:init__zone0
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user