Add a suppression to deal with calling __libc_freeres().

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@513
This commit is contained in:
Julian Seward 2002-07-16 02:11:51 +00:00
parent 5b87b4d8a7
commit 691e854037

View File

@ -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
}
##----------------------------------------------------------------------##
{