Add suppressions for __setenv leak.  Fixes #188572.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11519 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/darwin10.supp b/darwin10.supp
index 55f39fe..8bbe37e 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
+}