chore(memcheck): suppress memory leak at awk

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-11-18 23:50:41 -08:00
parent 70c410eba2
commit 9bafa5a9e8

View file

@ -156,3 +156,13 @@
fun:luaL_checklstring fun:luaL_checklstring
... ...
} }
{
# This entry Suppresses memory leaks at awk. We use awk at doc/lua/test.sh and doc/lua/test_single.sh
AWK_Bug1
Memcheck:Leak
fun:malloc
obj:*/bin/mawk
...
fun:(below main)
}