mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Add a suppression to deal with calling __libc_freeres().
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@513
This commit is contained in:
parent
5b87b4d8a7
commit
691e854037
@ -15,6 +15,17 @@
|
||||
# (optionally: caller3 name)
|
||||
# }
|
||||
|
||||
#-------- Suppress errors appearing as a result of calling
|
||||
#-------- __libc_freeres()
|
||||
|
||||
{
|
||||
__libc_freeres/free_mem(Addr4)
|
||||
Addr4
|
||||
fun:free_mem
|
||||
fun:__libc_freeres
|
||||
}
|
||||
|
||||
|
||||
##----------------------------------------------------------------------##
|
||||
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user