From fc17442b9a0d2bdc6a6e43bc5a26e65e4b3a7fec Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 2 Feb 2011 17:16:48 +0000 Subject: [PATCH] Add suppressions for __setenv leak. Fixes #188572. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11519 --- darwin10.supp | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +} -- 2.47.2