|
From: <sv...@va...> - 2011-02-14 10:52:04
|
Author: sewardj
Date: 2011-02-14 10:51:56 +0000 (Mon, 14 Feb 2011)
New Revision: 11551
Log:
Merge from trunk, r11519 (Add suppressions for __setenv leak.)
Modified:
branches/VALGRIND_3_6_BRANCH/darwin10.supp
Modified: branches/VALGRIND_3_6_BRANCH/darwin10.supp
===================================================================
--- branches/VALGRIND_3_6_BRANCH/darwin10.supp 2011-02-14 10:49:30 UTC (rev 11550)
+++ branches/VALGRIND_3_6_BRANCH/darwin10.supp 2011-02-14 10:51:56 UTC (rev 11551)
@@ -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
+}
|