Add suppressions for __setenv leak. Fixes #188572.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11519
This commit is contained in:
Julian Seward 2011-02-02 17:16:48 +00:00
parent cf593e897e
commit fc17442b9a

View File

@ -35,3 +35,12 @@
fun:_ZN13TFontFeaturesC2EP6CGFont
fun:_ZNK9TBaseFont12CopyFeaturesEv
}
# 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
}