|
From: <sv...@va...> - 2011-02-02 17:16:56
|
Author: sewardj
Date: 2011-02-02 17:16:48 +0000 (Wed, 02 Feb 2011)
New Revision: 11519
Log:
Add suppressions for __setenv leak. Fixes #188572.
Modified:
trunk/darwin10.supp
Modified: trunk/darwin10.supp
===================================================================
--- trunk/darwin10.supp 2011-02-02 17:08:27 UTC (rev 11518)
+++ trunk/darwin10.supp 2011-02-02 17:16:48 UTC (rev 11519)
@@ -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
+}
|