mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Add suppressions for __setenv leak. Fixes #188572.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11519
This commit is contained in:
parent
cf593e897e
commit
fc17442b9a
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user