chore(memcheck): suppress memory leak at awk
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
70c410eba2
commit
9bafa5a9e8
1 changed files with 10 additions and 0 deletions
|
@ -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)
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue