Skip to content

Commit

Permalink
update valgrind suppressions
Browse files Browse the repository at this point in the history
There are new issues introduced by check we might ignore for now.

Signed-off-by: Leandro Dorileo <[email protected]>
  • Loading branch information
Leandro Dorileo authored and Leandro Dorileo committed Dec 13, 2019
1 parent 4868945 commit 3a3b49c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sgcheck.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,16 @@
fun:srunner_run
fun:main
}

{
<external-check-error-01>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:UnknownInlinedFun
fun:UnknownInlinedFun
fun:tag_string_to_list
fun:UnknownInlinedFun
fun:srunner_run_tagged
fun:main
}

0 comments on commit 3a3b49c

Please sign in to comment.