chore(memcheck.supp): another suppression for awk

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-12-25 13:56:50 -08:00
parent a3dde29f3c
commit 768f86aa12

View file

@ -172,7 +172,15 @@
fun:malloc
obj:*/bin/mawk
...
fun:(below main)
}
{
# This entry Suppresses memory leaks at awk. We use awk at doc/lua/test.sh and doc/lua/test_single.sh
AWK_Bug2
Memcheck:Leak
fun:realloc
obj:*/bin/mawk
...
}
{
@ -183,4 +191,3 @@
fun:readline
...
}