]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add suppressions for __setenv leak. Fixes #188572.
authorJulian Seward <jseward@acm.org>
Wed, 2 Feb 2011 17:16:48 +0000 (17:16 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 2 Feb 2011 17:16:48 +0000 (17:16 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11519

darwin10.supp

index 55f39fe0497e6f22d23f2c8d2e8eff92aabeed39..8bbe37ecbcbab82362221aa27e6ba68bc24c6515 100644 (file)
    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
+}