From: Julian Seward Date: Wed, 2 Feb 2011 17:16:48 +0000 (+0000) Subject: Add suppressions for __setenv leak. Fixes #188572. X-Git-Tag: svn/VALGRIND_3_7_0~685 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc17442b9a0d2bdc6a6e43bc5a26e65e4b3a7fec;p=thirdparty%2Fvalgrind.git Add suppressions for __setenv leak. Fixes #188572. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11519 --- diff --git a/darwin10.supp b/darwin10.supp index 55f39fe049..8bbe37ecbc 100644 --- a/darwin10.supp +++ b/darwin10.supp @@ -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 +}