mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Added a suppression pattern for a leak triggered from inside Darwin's C library.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10547
This commit is contained in:
parent
f374bec4f2
commit
d91d5646b2
@ -162,6 +162,14 @@
|
||||
fun:__setenv
|
||||
fun:setenv$UNIX2003
|
||||
}
|
||||
{
|
||||
localeconv-leak
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:localeconv_l
|
||||
fun:__vfprintf
|
||||
fun:vsnprintf
|
||||
}
|
||||
|
||||
##----------------------------------------------------------------------##
|
||||
# Helgrind
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user