chore(memcheck.supp): another suppression for awk
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
a3dde29f3c
commit
768f86aa12
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
...
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue