|
From: <sv...@va...> - 2015-06-05 09:58:34
|
Author: rhyskidd
Date: Fri Jun 5 10:58:27 2015
New Revision: 15311
Log:
Silence some system library leaks on OS X 10.7. These same leaks silenced on later OS X already. n-i-bz.
Modified:
trunk/darwin11.supp
Modified: trunk/darwin11.supp
==============================================================================
--- trunk/darwin11.supp (original)
+++ trunk/darwin11.supp Fri Jun 5 10:58:27 2015
@@ -65,6 +65,16 @@
fun:pthread_mutex_lock
}
+{
+ OSX107:10-Leak
+ Memcheck:Leak
+ match-leak-kinds: reachable
+ fun:?alloc
+ ...
+ fun:libSystem_initializer
+ ...
+}
+
################
# More OSX 10.7.2 supps from startup of Firefox, for reports
# that look like they are in the OSX system libraries
|