Skip to content

Commit 85ba237

Browse files
committed
Silence some system library leaks on OS X 10.7. These same leaks silenced on later OS X already. n-i-bz.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15311
1 parent 54eabad commit 85ba237

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: darwin11.supp

+10
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@
6565
fun:pthread_mutex_lock
6666
}
6767

68+
{
69+
OSX107:10-Leak
70+
Memcheck:Leak
71+
match-leak-kinds: reachable
72+
fun:?alloc
73+
...
74+
fun:libSystem_initializer
75+
...
76+
}
77+
6878
################
6979
# More OSX 10.7.2 supps from startup of Firefox, for reports
7080
# that look like they are in the OSX system libraries

0 commit comments

Comments
 (0)