Added valgrind memory leak tests in testmem.sh for cli and netconf

This commit is contained in:
Olof hagsand 2019-02-18 16:05:51 +01:00
parent 055b1df80c
commit 286c2ec04f
6 changed files with 140 additions and 31 deletions

29
test/clixon.supp Normal file
View file

@ -0,0 +1,29 @@
{
supp2
Memcheck:Leak
match-leak-kinds: reachable
fun:*
fun:_dl_new_object
}
{
supp3
Memcheck:Leak
match-leak-kinds: reachable
fun:*
fun:*
fun:expand_dynamic_string_token
}
{
supp44
Memcheck:Leak
match-leak-kinds: reachable
fun:*
fun:_dlerror_run
}
{
supp5
Memcheck:Leak
match-leak-kinds: reachable
fun:*
fun:_dl_check_map_versions
}